Re mysql_* deprecation, at least you can switch to mysqli_*, which works the same way -- update the function names and you're basically good to go.
Unlike with SQLite, where you're forced to switch to PDO as of PHP 5.4. I have never been so glad that I was using a db abstraction layer as I was when that hit.
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show-participation