|
hmmm i am guessing the database wizard is only the wizard for the connection settings, the actual database is a different thing, you have to set that up on your host
when you do, you will know ..
the database name
the database username
the database password
and the host, mainly you just use "localhost" but thats pending on how your website host has it set up.
in your website host, go to mysql and set up a new database and you will have a little more understanding of what goes where
Shaz
__________________
mysql_connect("localhost", "brain", "sharon") or die(mysql_error());
mysql error: brain doesn't exist!
Last edited by Sharon_leic; 02-07-2008 at 09:21 PM..
|