Thread: signup form
View Single Post
Old 07-04-2004, 06:23 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
that is a mysql error. you probably need a valid username and password.

is the site you're developing and testing this on your local computer? or is it a web hosting company?

it's here:
PHP Code:
$conn mysql_connect("localhost","username","password") or die ("Could not connect to mysql because ".mysql_error());
$db mysql_select_db("klhgye") or die ("Could not select database because ".mysql_error()); 
notice where i entered 'username' and 'password' replace that with your valid login information.
__________________
Mike
sde is offline   Reply With Quote