Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shiyixia
  • Content: Threads
  • Order by date
  1. shiyixia

    mysql_connect

    Dear all, i have the first problem when i try to testmysql_connect, the codes is as following: <?php $link = mysql_connect('localhost', 'root', ''); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link); ?> but the browser cannot...

Part and Inventory Search

Back
Top