
PHP
文章平均质量分 71
i-蛋挞挞
Web前端开发大叔
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
php分页事件
public static function getpageHTML($url, $currentPage, $pageCount, $neighborLength = 3){ if($pageCount return ""; $start = $currentPage - $neighborLength; $en原创 2012-09-12 23:43:53 · 349 阅读 · 0 评论 -
科研管理系统遇到的问题
定时执行命令: crontab ; php事务: 首先建立与数据库的连接: $conn=new mysqli("localhost","username","password","db_name"); //连接数据库服务器 $conn->query("set names gb2312",MYSQLI_USE_RESULT); //设置字符集为简体中文原创 2013-05-01 20:28:36 · 257 阅读 · 0 评论