I'm pretty new to PHP, but I've been using ASP for years... it's just that my new company doesn't have a Microsoft webserver, so I'm trying to learn something new...
Anyways, I'm trying to make a database connection, and I know I am getting some sort of error, but it isn't displayed anywhere on the page or in the code.
I read that you had to set things in the PHP.ini file, but I cannot see this file in my directory structure, so I ran the below command...
<? phpinfo(); ?>
Which gives me a bunch of info about my site, and it turns out that the php.ini file is located above the directory structure, where i cannot get to it...
Our website is hosted by the same comany that does our internet access (package deal) and I have been unable to contact them (maybe they're on thanksgiving break???).
So is there something else I can do to get this to work? I just want to be able to tell where I am screwing up... preferably, I'd like to display all errors for development purposes.