mysql_connect()
When run:
mysql_connect($host,$user,$password);
results in this error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/mysql_up.php on line 10
php4 was compiled with mysql=Dir
php -v returns:
PHP 4.3.10-9 (cli) (built: Mar 6 2005 17:45:14)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
apache -v
Server version: Apache/1.3.33 (Debian GNU/Linux)
Server built: Feb 8 2005 03:32:49
Your MySQL connection id is 3 to server version: 5.0.20-pro-gpl

Installing MySQL++-2.1.1 did not make any difference.
Thanks

RF