PDA

View Full Version : PHP and Postgresql not communicating


rogelio789
17th August 2004, 03:13 AM
I have tried to get php and postgresql to communicate but nothing works. I've tried tcpip_socket = true. That does not help. I've tried not specifing hostname or port. That does not help. I'm running fedora 2. I have read all over the internet and this seems to be an issue since red hat 7.3. If anybody has an easy solution to my problem please let me know. If there's a better distrobution out there let me know. It is sad when red hat does not fix a problem for so long.

Jman
17th August 2004, 04:39 AM
What have you tested it with?

If you run a php script containing <? phpinfo(); ?> you should see Postgre under supported databases.

For reference here are Postgre php functions (http://php.us.themoes.org/manual/en/ref.pgsql.php).