码迷,mamicode.com
首页 > Web开发 > 详细

phpcms V9 get 实现前台搜索结果分页  

时间:2017-09-11 17:56:03      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:phpcms

                

1
2
3
4
5
6
7
8
9
10
11
12
<?php $keywords=$_GET[‘keywords‘];?>
{pc:get sql="Select * from `v9_news` where `title` like ‘%$keywords%‘" num="20" page="$page"}
      <ul class="">      
      {loop $data $i $r}
        <li><a href="{$r[url]}" target="_blank"><img src="{$r[thumb]}" width="280" height="280" alt="{$r[title]}"></a>
          <div class="intro">
            <p class="title"><a href="{$r[url]}" target="_blank">{$r[title]}</a></p>
          </div>
        </li>
      {/loop}
      </ul>
{/pc}


phpcms V9 get 实现前台搜索结果分页  

标签:phpcms

原文地址:http://yanhuang.blog.51cto.com/12278737/1964322

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!