PDA

View Full Version : functions.php



I_review
11-15-2004, 02:04 AM
Hi guys, maybe someone can give me a hand with this. Not too sure about the
$db = @mysql_select_db($db_name, $connection)
do I need to replace
_select_db with my database info?

I think I got the rest right, but when I try to log in, I get
Couldn't select database.

Please help :?

imported_Tim Mousel
11-15-2004, 04:08 PM
In functions.php, only replace

database_name
database_username
database_password

Leave the rest untouched.

Tim

I_review
11-18-2004, 06:49 PM
Thanks Tim I got it working!