I am pretty new to PHP programming so I apologize if I am missing the obvious.
I have a site hosted at GoDaddy (Windows, PHP5, MySQL 5). I read this article: GoDaddy FAQ and created a php5.ini file in the root folder but when I try to connect to the database, I get the following error:
Fatal error: Call to undefined function mysql_connect() in D:\Hosting\4132900\html\beta\data\dbConnection.php on line 13
All I have in my ini file is:
[Date]
date.timezone = "US/Eastern"
When I upload my entire php.ini file (and rename it to php5.ini), I get Page Not Found errors (404).