Re: PHP and MySQL in red hat 7.0

2001-01-22 Thread Mat Murdock
MAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 22, 2001 7:55 AM Subject: Re: PHP and MySQL in red hat 7.0 > [EMAIL PROTECTED] wrote: > > > > Thanks Matt. > > MySQL is finally working. > > But the problem now is that PHP is

Re: PHP and MySQL in red hat 7.0

2001-01-22 Thread Luis
[EMAIL PROTECTED] wrote: > > Thanks Matt. > MySQL is finally working. > But the problem now is that PHP is not recognizing its MySQL > functions. The error I am getting is: > > Fatal error: Call to undefined function: mysql_pconnect() in > /var/www/html/Willy/MySQL/test1.php on line 28 > > Well

PHP and MySQL in red hat 7.0

2001-01-20 Thread VWilliam
Rasmus Lerdorf[SMTP:[EMAIL PROTECTED]] > Sent: Saturday, January 20, 2001 2:59 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-INST] PHP and MySQL in red hat 7.0 > > In your php.ini file: > > extens

Re: [PHP-INST] PHP and MySQL in red hat 7.0

2001-01-20 Thread Rasmus Lerdorf
In your php.ini file: extension=mysql.so -Rasmus On Sat, 20 Jan 2001 [EMAIL PROTECTED] wrote: > Thanks Matt. > MySQL is finally working. > But the problem now is that PHP is not recognizing its MySQL > functions. The error I am getting is: > > Fatal error: Call to undefined function: mysql_pco

PHP and MySQL in red hat 7.0

2001-01-20 Thread VWilliam
Thanks Matt. MySQL is finally working. But the problem now is that PHP is not recognizing its MySQL functions. The error I am getting is: Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/Willy/MySQL/test1.php on line 28 Well, the php_mysql RPM has been installed along w