Hello...

Try mysql_pconnect instead....

Dan



> ----------
> From:         Emir Musabasic
> Sent:         Monday, March 26, 2001 9:34 AM
> To:   [EMAIL PROTECTED]
> Subject:      [PHP-DB] What's wrong with this code?
> 
> Hi,
> 
> I really need help, I wrote a function so that I can
> call for db user/password in an include file. It looks
> like this:
> 
> // Connect to the database
> function db_connect(){
>     global $MYSQL_USERNAME, $MYSQL_PASSWORD, $DB,
> $HOST;
>     $db =
> mysql_connect("$HOST","$MYSQL_USERNAME","$MYSQL_PASSWORD");
>     mysql_select_db("$DB",$db);
> }
> 
> I have user/password/host variables inside a config
> file but for some reason when I include this into a
> php page when I test it, I get:
> 
> Fatal error: Cannot redeclare db_connect() in
> /www/affiliate/include/functions.inc on line 7.
> 
> Am I missing something because everything looks good
> to me.
> 
> Emir.
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to