Re: [phplib] Not a PHPLIB question. Just a PHP question. From: Kartic Krishnamurthy (kaygee <email protected>)
Date: 10/08/00

> on by default. I am facing this problem when ever I call any functions
> like mysql_connect or mysql_pconnect:
> Call to unsupported or undefined function in filename.php3

Is your PHP compiled with mysql support? You can find that out by writing a one liner script calling phpinfo(). If it is not,
invoke configure with mysql enabled and re-compile your PHP distribution.

> Also I would be thankful if you could refer me some official PHP mailing
> lists as I am a new comer.

Refer http://www.php.net/support.php

--Kartic

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>