Blogger Information
Blog 142
fans 5
comment 0
visits 130492
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
laravel框架关于搜索功能的表单get提交实现的
php开发大牛
Original
1029 people have browsed it

<form action="/backend/auditList" method="get">
 <table class="search_tab">
   <tr>
     <th width="120">选择分类:</th>
     <td>
       <select name="class" >
         <option value="">全部</option>
         @foreach($category as $c)
           <option value="{{$c->id}}">{{$c->class_name}}</option>
         @endforeach
       </select>
     </td>
     <th width="70">文章标题:</th>
     <!--查询关键词-->
     <td><input type="text" name="keywords" placeholder="文章标题"></td>
     <td><input type="submit" name="sub" value="查询"></td>
   </tr>
 </table>
</form>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post