Hello
I have a design client who only has access to PostGreSQL so I am having to use that with my php scripts.
The problem I am having is I am getting the following error message when I try to connect to database using: pg_connect() command.
Fatal error: Call to undefined function: pg_connect() in /home/xxxxx/public_html/xxxx/people-post.php on line 126
I have phpPgAdmin running and have created a database using it.
It is when I try to run pg_connect() or pg_pconnect() I get the above error.? Does anyone have any suggestions? I am wondering if possibly postgresql is not supported in my php installation?
Thank you.