A seemingly simple problem, still confounding me.
The following line of code: mysql_connect('database','user','password'); [with values of course]
Generates the following error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/phptest.php on line 3
My PHP info page says that PHP (4.3) was compiled with MySQL, and extensions_dir is correct (although the extensions_dir itself is empty, but I don't know if this matters). So PHP itself is working.
I installed MySQL 4.1 from RPM (client and server RPMs) on Redhat 8.0 this morning.
Thanks for any help, Nathan -- Nathan Mealey Director of Operations Cycle-Smart, Inc. P.O. Box 1482 Northampton, MA 01061-1482 nathan@xxxxxxxxxxxxxxx (413) 587-3133 (413) 210-7984 Mobile (512) 681-7043 Fax
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php