[PHP] cannot find mysql_connect; _pconnect

2002-06-18 Thread Anthony 'Crash' Ciarochi
I am having trouble connecting to my MySQL database: The error message I receive in my browser is: Fatal error: Call to undefined function: mysql_connect() in ../results.php on line 21 The line in question is a simple db connection: $db = mysql_connect(localhost, test, test123); Similar

Re: [PHP] cannot find mysql_connect; _pconnect

2002-06-18 Thread Rasmus Lerdorf
You need to enable the mysql extension in your php.ini file: extension=mysql.so and then restart your server. -Rasmus On Tue, 18 Jun 2002, Anthony 'Crash' Ciarochi wrote: I am having trouble connecting to my MySQL database: The error message I receive in my browser is: Fatal error: Call

Re: [PHP] cannot find mysql_connect; _pconnect

2002-06-18 Thread Anthony 'Crash' Ciarochi
' Ciarochi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 10:01 AM Subject: Re: [PHP] cannot find mysql_connect; _pconnect You need to enable the mysql extension in your php.ini file: extension=mysql.so and then restart your server. -Rasmus On Tue, 18 Jun 2002

Re: [PHP] cannot find mysql_connect; _pconnect

2002-06-18 Thread Rasmus Lerdorf
.). - AFC - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: Anthony 'Crash' Ciarochi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 10:01 AM Subject: Re: [PHP] cannot find mysql_connect; _pconnect You need to enable the mysql extension in your php.ini