2016年12月11日

php keywords select

摘要: 视图: <form action="select_like.php" method="post"> <table class="search-tab"> <tr> <th width="120">选择分类:</th> <td> <select name="search-sort" id=""> <o 阅读全文

posted @ 2016-12-11 10:26 鱼跃涌泉 阅读(111) 评论(0) 推荐(0)

2016年12月2日

php分页

摘要: 刚开始写,有些混乱,欢迎@我。 <?php//checkLogin();//验证是否登录。 //刷新就显示的第一页. $result = mysql_query("select * from login where `pid`=1 limit 0,4");//查询数据库数据 limit:4条。// 阅读全文

posted @ 2016-12-02 21:18 鱼跃涌泉 阅读(211) 评论(0) 推荐(0)

SQL 增、删、改、查 封装函数

摘要: <?php//连接数据库 function connects($host,$username,$password,$databaseName){ $conn=mysql_connect($host,$username,$password) or die('连接数据库失败'); mysql_selec 阅读全文

posted @ 2016-12-02 20:50 鱼跃涌泉 阅读(667) 评论(0) 推荐(0)

2016年12月1日

数据库建表的无级分类

摘要: id name typeid 1 国外 0 2 国内 0 3 北京 1 4 成都 1 5 上海 1 6 朝阳区 3 7 武侯区 4 8 虹口区 5 阅读全文

posted @ 2016-12-01 21:13 鱼跃涌泉 阅读(367) 评论(0) 推荐(0)

导航