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 gkittelson 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. dunstantom

    mysql_connect stops script

    You know, what... I was dumb. The error output was turned off in my php.ini file =P Now I will go through the other myriad of threads with the same error I have (mysql_connect undefined) to find the solution. Thanks for the help.
  2. dunstantom

    mysql_connect stops script

    So, I've just started using Php/apache/mysql on my linux box. I use php in my pages and I can access mysql from the command line with user=root and pwd=rootpwd. However, when I run this code: <?php echo "Starting...<br>"; $connect = mysql_connect('localhost','root','rootpwd'); if (!$connect) {...

Part and Inventory Search

Back
Top