GeekArticles
Database
MySQL
Database
MySQLPHP and Working with Databases (for the Lazy Sod)
Database Abstraction and Atomic Operations and Classes Explored By Justin Vincent The Lazy Sod Maybe it's just me, but after building database driven websites in PHP for the past six years I am starting to get more than a little tired of repeating myself. What I mean to say is... how many times, on how many different projects, and with how many different databases do I have to write something along the lines of: <?php mysql_connect("localhost", "mysql_user", "mysql_password") or...n
Sponsored Links
Related Topics
