• 大小: 13KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 标签: 商品展示  

资源简介

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


评论

共有 条评论

相关资源