Skip to main content
Participant
June 1, 2012
Question

Dreamweaver CS5 using PHP to connect to Postgres

  • June 1, 2012
  • 1 reply
  • 2474 views

Started learning Dreamweaver using PHP to connect to mySql and dynamically load data into a table on my web page.  Dreamweaver worked great as I didn't have to enter any PHP.  Now trying to use PHP to connect to a Postgres DB.   Does Dreamweaver CS5 support PHP connection to Postgres like it did mySql?   Or do I need to enter the PHP commands  to connect and access the Postgres myself rather than rely on Dreamweaver (which I did for mySql)?

This topic has been closed for replies.

1 reply

Participating Frequently
June 1, 2012

PHP/Postgres is not a supported server model in DW. You'll need to code by hand, or try to find an extension. Try posting over at the Postgressql forums.