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 biv343 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: *

  1. shiyixia

    Connecting MySQL to PHP

    i am a new learner as well, could u tell me how to get the error msg?
  2. shiyixia

    mysql_connect

    somebody can help me? i still havenot sorted it out, :'(
  3. shiyixia

    mysql_connect

    hi, thanks for your reply, i have tried this <?php $link = mysql_connect('localhost', 'root', '') or die('error connecting:'.mysql_error()); echo 'Connected successfully'; mysql_close($link); ?> but still doesnot work, i think u r right, die()stops all code underneath it from executing. is...
  4. 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