$conn=db_connect():
"db_connect();" is a function that connects to the database.
Does this command
$conn=db_connect(); actually connect to the database or is it checking for a pre-connected connection?
Thanks again
that function opens the connection
mysql_connect('hostname','username','password');