Hi,
I'm really stuck, I am using Redhat 7.2 w/Apache mod_php and MySQL.
MySQL client works fine.
PHP code in apache works fine,
and PHP does have the MySQL option compled in ('--with-mysql=shared').
I keep getting;
"PHP Fatal error: Call to undefined function: mysql_connect()"
in the HTTPD error log.
The client page is output up to the 'call' but stops at that statement.
Maybe it's a php.ini library issue ????
M.