Postgres, PHP and Windows!?

Neilis

New member
By default PHP doesn't display errors in web pages because they might contain sensitive information that hackers could use. During development you probably want them on though so you know what's going wrong (which could be lots of things).

Fine your php.ini on your system. Open it up and look for a setting called "display_errors". Change it to 1, make sure it's not commented out, then restart your webserver. That should at least let it tell you what's going wrong.
 
Hi

I am trying to make a little web app to access a database. I cant get it to connect with pg_connect.

Have tried using iis and Apache but cant get it to work. it does not display anthing on the screen nor does it give any errors!!!

I am using the latest versions of all the above software and have trawled the internet for some sort of tutorial on how to get it to all work together with no results!!

Any and all help would be awsome!
Thanks
=DS=
 
Back
Top