好色仙人
(好色仙人)
新手上路

初级会员
UID 51182
精华
0
积分 3
帖子 3
金钱 3 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2004-11-19 来自 北京
状态 离线
|
[推荐阅读] MySQL连接出奇怪问题了!
这个...这个,还问??php手册里有的哦
例子:
<?php
$link = mysql_pconnect("localhost", "mysql_user", "mysql_password")
or die("Could not connect: " . mysql_error());//先连mysql
$mysql = mysql_select_db('mysql'); //选择数据库
$result = mysql_query("create tables book") //这里面的语句总会写吧?
?>
|
|