会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
亨通K
上一页
1
2
php生成html文件
摘要: $val){ $title = $val[0]; $content = $val[1]; $path = $id.".html";$fp = fopen("tem.html","r");//只读打开模板$str = fread($fp,filesize("tem.html"));//读取模板内容$s...
阅读全文
posted @ 2015-06-24 22:51 亨通K
阅读(373)
评论(0)
推荐(0)
编辑
简单的类php和mysql
摘要: host = $host; $this->name = $name; $this->pass = $pass; $this->table = $table; $this->ut = $ut; $this->connect(); } //建立连接数据库的函数 function...
阅读全文
posted @ 2015-06-16 23:35 亨通K
阅读(184)
评论(0)
推荐(0)
编辑
有关php链接MySql数据库的总结
摘要: 链接数据库的语句:$conn = @ mysql_connect("localhost", "root", "") or die("数据库链接错误");mysql_select_db("laok", $conn);mysql_query("set names 'GBK'"); //使用GBK中文编码...
阅读全文
posted @ 2015-06-15 13:35 亨通K
阅读(157)
评论(0)
推荐(0)
编辑
上一页
1
2
导航
博客园
首页
联系
订阅
管理
公告