$conn = mysql_connect("localhost","root","password") or die("无法连接数据库");
 mysql_select_db("webjx",$conn) or die("无法连接数据库webjx");
 $sql = "create table webjx_table(
 ids integer not null auto_increment ,
 primary key(ids)
 )";
 $mysql_query($sql) or die(mysql_error()); 		
赞
If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
 
 
QQ:154298438
QQ:417480759