Posted by Chris B on 06/06/05 15:08
> if you can cennect to mysql, mysql is probably working.. > so.. try to cennect.. That would be my method. $db = mysql_connect("address","username","password") (address is usually localhost) you'll get an error if it can't connect, but you can also do this: if (!$db) echo "couldn't connect";
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming