php 搜索练习
摘要:
<?php require_once("connect.php"); if(isset($_GET['submit'])){ $name=$_GET['name']; $age=$_GET['age']; $wherelist=[]; if(!empty($_GET['name'])){ $wherelist[]=' name like "%'.$_GET['name'].'%" '; } if(!empty($_GET['age 阅读全文
posted @ 2013-06-03 15:41 Ijavascript 阅读(156) 评论(0) 推荐(0) 编辑