Apache, MySQL, and PHP 4.0 all are installed and appear to be working properly. A PHP file renders properly in my web browser.
Next, I tried to connect via PHP script to a MySQL database table that I had set up manually.
In this script I am issuing a simple mysq_connect() statement, but I get a Fatal Error: Call to undefined function: mysql_connect in /var/www/html/guest.php
Is there another piece of software I need?
Or do I need to change a configuration file?
Thank you.
Linda