PHP鏈接MYSQL數據庫

現記下我最經常使用的鏈接方式:php <?phpmysql  $HOST='localhost';sql  $USER='pstools';數據庫  $PWD='123456';fetch $Default_db='my_db';select $Sql='select * from my_tb';error $conn=mysql_connect($HOST,$USER,$PWD) or die(
相關文章
相關標籤/搜索