Jump to content

afroncio

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

afroncio's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Here is my code: <?php // Connect to the database: $dbconn = pg_connect("host=xxx.com dbname=xxxx user=postgres password=xxxxxxxx") or die('Could not connect: ' . pg_last_error()); ?> And the result is: $ php dash_data.php Fatal error: Call to undefined function: pg_connect() in /Users/afroncio/Sites/dashboard/dash_data.php on line 3
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.