摘要:
$mysqli=@new mysqli('localhost','root','','sqldb'); if(mysqli_connect_errno()){ echo "链接错误".$mysqli->error.":".$mysqli->errno; } /... 阅读全文
posted @ 2014-07-16 22:27 SmarTom 阅读(186) 评论(0) 推荐(0)
|
摘要:
$mysqli=@new mysqli('localhost','root','','sqldb'); if(mysqli_connect_errno()){ echo "链接错误".$mysqli->error.":".$mysqli->errno; } /... 阅读全文
posted @ 2014-07-16 22:27 SmarTom 阅读(186) 评论(0) 推荐(0) |
||