How do I change my PHP setup to use my newly installed PostgreSql database. - i've also just installed unixODBC as well and was wondering if it's worth using that as an abstraction layer on all my new developments.
The server came with php, apache and mysql already set up - so i don't have the source files for these. Is there any way I can change the php config to use postgresql and unixodbc without having to reinstall php/apache?
Many thanks - Dave