Re: Database for PHP
MySql is the popular one, Postgres is too. You'll probably have a few minor things schema wise to adjust for both of them.
As far as writing in PHP, it's worth the time and effort if you're not going to use a framework, to find at least a set of classes/functions to do all of your work for you. ADODB is pretty killer for a php class/extension as it's cross platform and pretty simple to use once you get your configuration files going.
MySQL and Postgres though, you can't go wrong, you'll probably cover about 90% of what you'd ever run into.
|