Automate queries with PHP ‘MagicQuery’ Class
September 8th, 2009
MagicQuery is a PHP class that can automate the task of writing INSERT and UPDATE database queries. This is so simple that if you make an HTML form, MagicQuery can write and execute the query for you in just three lines of code no matter how long your form is. Such a class can play down both coding time and chance of errors in the query, because everything in here is pre-tested and automated.
Recent Comments