Cesar Rodriguez wrote:

-------------snip----------------------
The message I get is:

"Fatal error: Call to undefined function: mysql_pconnect() in
var/www/html/lesson/firsta.php"

Seems that PHP4 does not find the MySQL library. I checked php.ini and
httpd.conf files and everything is in its place apparently. I re-installed
everything from scratch with no positive result. I would appreciate advice
on this issue.

I think the best way to prove whether you have mysql support or not would be to look at the output of phpinfo(). If this does not show mysql support then you will need to recompile php with it. Is this a standard RH 8.0 installation or have you modified it?

HTH
Chris





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to