Dreamweaver CS5 using PHP to connect to Postgres
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)?