美文网首页
零碎的php知识

零碎的php知识

作者: 8d2855a6c5d0 | 来源:发表于2017-10-12 14:06 被阅读0次
    tp配置查询不同数据库的写法 数据库坑.png 截取字符长度和日期格式.png 查询日期的sql语句.png

    如何通过php代码来控制select中某个option为选中状态

    <select name="select" id="select">
      <option value="0" selected="selected">选择</option>
      <option value="1">建筑</option>
      <option value="2">食物</option>
      <option value="3">目标</option>
    </ select>
    
    TP中JS带参数跳转页面.png 一个sql的字符串拼接的坑

    相关文章

      网友评论

          本文标题:零碎的php知识

          本文链接:https://www.haomeiwen.com/subject/nmanyxtx.html