【php】鏈接mysql的幾種方法

1.最簡單的方式php <?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_close($con); 2.面向對象mysqli(詳細教程)html <?php $con = mysql_connect("lo
相關文章
相關標籤/搜索