How to determine whether the client imports different files in PHP
大家讲道理
大家讲道理 2017-05-16 12:58:13
0
1
392

How to write judgment in php, if it is accessed by mobile phone, introduce the following file

include dirname(__FILE__) . '/wap.tpl';

If accessed via computer, import this file

include dirname(__FILE__) . '/pc.tpl';

How to implement
How to write php code?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
黄舟

http://wenwen.sogou.com/z/q70...

http://www.cnblogs.com/scofi/...

http://www.cnblogs.com/zdz820...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template