資源簡介
php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例php+mysql+html實例
代碼片段和文件信息
/*連接到mysql數(shù)據(jù)庫*/
$con=mysql_connect(“l(fā)ocalhost“?“root“?“l(fā)xg19858“);
if(!$con)
{
die(“Error:“.mysql_error());
}
/*創(chuàng)建my_db數(shù)據(jù)庫*/
//if(!(mysql_query(“SET?NAMES?‘utf8‘“?$con)))
if(!(mysql_query(“SET?NAMES?‘utf8‘“?$con)))
{
??die(“Error“.mysql_error());
}
if(mysql_query(“CREATE?DATAbase?my_db“?$con))
{
echo?“Datebase?created!
“;
}
else
{
die(“Error:“.mysql_error());
}
/*在my_db數(shù)據(jù)庫中創(chuàng)建User表*/
mysql_select_db(“my_db“?$con);
$sql?=?“CREATE?TABLE?User
(
UserID?int?NOT?NULL?AUTO_INCREMENT
PRIMARY?KEY(UserID)
UserName?varchar(15)
PassWord?varchar(20)
Sex?tinyint
Age?int
Height?int
Avatar?varchar(255)
Brief?varchar(1024)
)TYPE=MYISAM?CHARACTER?SET?utf8?COLLATE?utf8_general_ci“;
if(!mysql_query($sql$con))
{
die(“Error:“.mysql_error);
}
echo?“Table?created!
“;
/*關(guān)閉數(shù)據(jù)庫連接*/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????879??2011-08-10?23:35??webex\create_db.php
?????文件????????880??2011-08-10?23:34??webex\create_db.php.bak
?????文件????????763??2011-08-10?23:19??webex\getdata.php
?????文件????????762??2011-08-10?23:17??webex\getdata.php.bak
?????文件????????260??2011-08-05?19:52??webex\his\1.html
?????文件????????847??2011-08-05?19:52??webex\his\2.html
?????文件???????3744??2011-08-05?19:52??webex\img\1.jpg
?????文件???????3786??2011-08-05?19:52??webex\img\2.jpg
?????文件???????3629??2011-08-05?19:52??webex\img\3.jpg
?????文件??????30405??2011-08-05?19:52??webex\img\4.jpg
????..A.SH.?????19968??2011-08-05?19:54??webex\img\Thumbs.db
?????文件???????1030??2011-08-10?23:18??webex\index.html
?????文件???????1028??2011-08-10?23:12??webex\index.html.bak
?????文件????????216??2011-08-06?13:50??webex\login.html
?????文件????????213??2011-08-06?13:50??webex\login.html.bak
?????文件????????531??2011-08-06?21:38??webex\login.php
?????文件????????511??2011-08-06?21:37??webex\login.php.bak
?????文件????????161??2011-08-06?19:02??webex\read_charset.php
?????文件??????????0??2011-08-06?18:59??webex\read_charset.php.bak
?????文件????????595??2011-08-10?23:19??webex\register.php
?????文件????????594??2011-08-10?23:18??webex\register.php.bak
?????目錄??????????0??2011-08-10?21:57??webex\his
?????目錄??????????0??2011-08-10?21:57??webex\img
?????目錄??????????0??2011-08-10?23:35??webex
-----------?---------??----------?-----??----
????????????????70802????????????????????24
評論
共有 條評論