Anonymous
01-26-2005, 11:21 PM
mysql_connect($pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass) || die("Error: ". mysql_error());
mysql_select_db($pixelpost_db_pixelpost) || die("Error: ". mysql_error());
I am a little confused as to the format I am to enter my database info in with the code above.
My info is
Host: localhost
DB User: charlene_admin
DB: charlene_photoblog
mysql_select_db($pixelpost_db_pixelpost) || die("Error: ". mysql_error());
I am a little confused as to the format I am to enter my database info in with the code above.
My info is
Host: localhost
DB User: charlene_admin
DB: charlene_photoblog