
php
文章平均质量分 74
chenfeng_htt
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql+php中文显示乱码的解决
mysql+php中文显示乱码的解决(转) 2011-07-17 今天在做php 连接数据库的时候网页显示的就是乱码,弄的我都快疯掉了。终于解决了,mysql_query("set names utf8"); 这个utf8不是utf-8的,感谢提供帮助的转载 2011-07-17 10:50:43 · 472 阅读 · 0 评论 -
php实现web页面文件上传的代码
unfile.php: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> 文件上传页面原创 2011-08-17 16:13:19 · 675 阅读 · 0 评论 -
mysql导出成excel表格的php代码
$DB_Server = "localhost"; $DB_Username = "root"; $DB_Password = "123456"; $DB_DBName = "excel"; $DB_TBLName = "score"; $savename =原创 2011-08-17 15:55:23 · 515 阅读 · 0 评论