PHP鏈接MySQL數據庫的幾種方法

1.最簡單的方式-mysql(面向過程)php <?php $con = mysql_connect("localhost","root","password"); $select_db = mysql_select_db('test'); if (!$select_db) { die("could not connect to the db:\n" . mysql_error()); } //查
相關文章
相關標籤/搜索