资源简介
php结合mysql实现商品展示和会员注册的应用以及php基础知识
代码片段和文件信息
$host=“localhost“;
$db_user=“root“;
$db_pass=““;
$db_name=“demo“;
$timezone=“Asia/Shanghai“;
$link=mysql_connect($host$db_user$db_pass);
mysql_select_db($db_name$link);
mysql_query(“SET names UTF8“);
header(“Content-Type: text/html; charset=utf-8“);
date_default_timezone_set($timezone); //北京时间
?>
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 331 2011-01-07 09:48 news\connect.php
文件 1529 2011-01-06 21:31 news\function.php
文件 1853 2010-09-20 17:56 news\images\0.jpg
文件 2323 2010-09-20 17:54 news\images\1.jpg
文件 3212 2010-09-20 17:57 news\images\2.jpg
文件 1341 2010-09-20 17:54 news\images\3.jpg
文件 1961 2010-09-20 17:54 news\images\4.jpg
文件 2395 2011-01-07 09:47 news\index.php
目录 0 2011-01-07 09:46 news\images
目录 0 2014-10-10 16:37 news
----------- --------- ---------- ----- ----
14945 10
- 上一篇:爬取全国空气质量监测网代码.py
- 下一篇:ajax在php中的应用
评论
共有 条评论