Has anyone here developed or is developing a PHP project against a PostgreSQL database? If so...
Can you explain or help me resolve this problem:
When I try to use the pg_connect() function in a PHP page, an error occurs:
"Call to Undefined Function"
This error is triggered when I step through the PHP code and land on this line...
$connection = pg_connect("test"
What does this mean? How can I resolve it?
Thanks in advance,
Gary
gwinn7
Can you explain or help me resolve this problem:
When I try to use the pg_connect() function in a PHP page, an error occurs:
"Call to Undefined Function"
This error is triggered when I step through the PHP code and land on this line...
$connection = pg_connect("test"
What does this mean? How can I resolve it?
Thanks in advance,
Gary
gwinn7