I am new to PHP programming, so I apologize if I don't see the obvious.
I have a website hosted by GoDaddy (Windows, PHP5, MySQL 5). I read this article: GoDaddy FAQ and created the php5.ini file in the root folder, but when I try to connect to the database, I get the following error:
Fatal error: call undefined function mysql_connect () in D: \ hosting \ 4132900 \ HTML \ beta \ Data \ dbConnection.php on line 13
All I have in my ini file:
[Date]
date.timezone = "US/Eastern"
When I download the entire php.ini file (and rename it to php5.ini), I get errors with page errors (404).
Cameron ediger
source
share