search

Home  >  Q&A  >  body text

How to determine whether the client imports different files in PHP

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?

大家讲道理大家讲道理2753 days ago382

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-16 13:00:13

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

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

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

    reply
    0
  • Cancelreply