[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: on PHP3 & MySQL Packages



On Tue, 22 Feb 2000, bongkoy wrote:

> Fatal error: Call to unsupported or undefined function mysql_connect()
> in /var/www/konik.php3 on line 7

Hi,
there is a conf file in /etc/php3/apache/php3.ini where you have to
manually insert an 

extension=mysql.so

to let php use the mysql command.
Reload apache.

or you have to dynamic load mysql.so in php pages.

Hope this help

Bye


Reply to: