On Fri, 23 Mar 2007, Matthew Macdonald-Wallace wrote: > Hi all, > > Just to let you know I've just published the general library I use for > PHP on one of my sites. > > It's available at http://www.wepoweryour.net/ and it works for MS SQL > and MySQL. > > It might help a few of you as I've even commented this version! :)
Nice one, from a brief look it seems fairly nicely commented up. Out of interest, any reason you chose to have two different versions for MySQL/MSSQL rather than just using the MDB2 PEAR stuff? (A nice DB abstraction layer). I have some info on it at: http://wiki.preshweb.co.uk/doku.php?id=php:database#pear_mdb2 The ability to do prepare + execute (with placeholders) is very useful - epecially the placeholders, as that can pretty much do away with SQL injection vulnerabilities. Cheers Dave P http://blog.preshweb.co.uk/ ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
