I am currently on PHP Version 2 and when I try to connect to a postgreSQL database, I get this error message:
Fatal error: Call to undefined function pg_connect() in /home/slhshos/public_html/StudentSIS/database.inc.php on line 19
Do I need PHP Version 3 for the pg_connect() to become active?
Fatal error: Call to undefined function pg_connect() in /home/slhshos/public_html/StudentSIS/database.inc.php on line 19
Do I need PHP Version 3 for the pg_connect() to become active?