Re: [PHP-DB] mysql_connect error

2003-06-10 Thread Rasmus Lerdorf
You have to load the extension in your php.ini file. eg. extension=mysql.so -Rasmus On Tue, 10 Jun 2003, Sparky Kopetzky wrote: > Good afternoon! > > I have Apache w/php installed on one server. I have mysql installed on a windows > machine. I keep getting this error > 'Call to undefined fun

Re: [PHP-DB] mysql_connect error

2003-06-10 Thread Sparky Kopetzky
oup" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 13:48 Subject: Re: [PHP-DB] mysql_connect error > PHP was not compiled with MySQL support. Re-compile. > > ---John Holmes... > > - Original Message - > From: "Sparky Kopetzky" <[EMAIL PROTECTED]&g

Re: [PHP-DB] mysql_connect error

2003-06-10 Thread CPT John W. Holmes
PHP was not compiled with MySQL support. Re-compile. ---John Holmes... - Original Message - From: "Sparky Kopetzky" <[EMAIL PROTECTED]> To: "PHP DB Group" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 3:35 PM Subject: [PHP-DB] mysql_connect error

[PHP-DB] mysql_connect error

2003-06-10 Thread Sparky Kopetzky
Good afternoon! I have Apache w/php installed on one server. I have mysql installed on a windows machine. I keep getting this error 'Call to undefined function: mysql_connect()' in my php script. Now, according to what the Redhat RPM is telling me about php-mysql is that I have to have mysql RU

Re: [PHP-DB] mysql_connect() error

2001-03-25 Thread Chad Schmidt
Never mind I figured it out! ""Chad Schmidt"" <[EMAIL PROTECTED]> wrote in message 99lqi8$u00$[EMAIL PROTECTED]">news:99lqi8$u00$[EMAIL PROTECTED]... > I'm having problems getting php to interface with mysql on a linux server. > I have a Linux Redhat setup and everything has been rpm'ed. Here is

[PHP-DB] mysql_connect() error

2001-03-25 Thread Chad Schmidt
I'm having problems getting php to interface with mysql on a linux server. I have a Linux Redhat setup and everything has been rpm'ed. Here is the error I get "Fatal error: Call to undefined function: mysql_connect() in /var/www/html/secure/index.php4 on line 4" Thanks in advance, -- PHP Da