View Single Post
Old 03-19-2005, 12:13 PM   #9 (permalink)
JimAdkins
Registered User
 
Join Date: Mar 2005
Posts: 8
JimAdkins is on a distinguished road
Ok, so you want me to remove just the connection? Lemme try that.

I commented out

Code:
mysql_connect('localhost', $username, $password) or die ('I cannot connect to the database because: ' . mysql_error()); 
mysql_select_db($database) or die( "Unable to select database");
And I still get the same thing.
JimAdkins is offline   Reply With Quote