connect with postgreSQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agarwalsunitadhn
    New Member
    • Jan 2008
    • 82

    connect with postgreSQL

    I am developing application using php and mysql through wamp server. but due to some requrement i shall have to use potgreSQL instead of mysql.
    I dont know how to configure the wamp server to do this. Please tell me how to access potgreSQL through php using wamp server
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    With a quick google search I was able to find this tutorial that details installing wamp and postgresql and how to configure wamp for postgresql.

    This document provides instructions for installing WampServer 2.0c with PostgreSQL 8.3.8 on a Windows system. It describes downloading and running the WampServer and PostgreSQL installers, selecting installation directories and options, and ensuring the php_pgsql and php_pdo_pgsql extensions are enabled in WampServer to allow PHP to connect to the PostgreSQL database. Basic tests are outlined to validate the installations and check the PHP to PostgreSQL connection.

    Comment

    • agarwalsunitadhn
      New Member
      • Jan 2008
      • 82

      #3
      thanks JKing. Its really works

      Comment

      Working...