You can use the following code: <?php $con = mysql_connect("server.com","user","pswd"); if (!$con) { die('Could not connect: ...
確定! 回上一頁