Hi,
I've been trying to use MySQL with PHP. I have the latest version of PHP and MySQL installed on my system. When ever I try to connect to a database I get the following error though:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/demo.php on line 4
I thought that PHP 4 was supposed to have these functions built in ... am I wrong? Please help if you can.
Thanks,
Jeremy
I've been trying to use MySQL with PHP. I have the latest version of PHP and MySQL installed on my system. When ever I try to connect to a database I get the following error though:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/demo.php on line 4
I thought that PHP 4 was supposed to have these functions built in ... am I wrong? Please help if you can.
Thanks,
Jeremy