On Jan 11, 2008 12:01 PM, Brandon Stout <[EMAIL PROTECTED]> wrote: > In addition to the things others have suggested, PHP can interface with > various databases, like MySQL, PostgreSQL, and SQLite.
You can even interface with Access if you're on a windows box. I would not suggest going this route for a live site, but if you've got a bunch of data in access you want to migrate to a different db, it is possible. I've used adodb (http://adodb.sf.net) to do this before. Brady _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
