Hi All,
I am using AMP (Apache, MySQL and PHP) to develop a website, they're all installed correctly, and - as far as I know - working together correctly.
I'm trying to connect to the MySQL database I've sent with this code:
$connection = mysql_connect("localhost", "****", "*******");
but I'm getting this error:
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\project\signupsubmit.php on line 10
Which makes me think maybe they aren't all working together... any ideas?