View Single Post
Old 12-22-2007, 11:52 PM   #5 (permalink)
bdm
The Acquainted
Good Samaritan 
 
Join Date: Nov 2007
Posts: 127
Thanks: 14
bdm is on a distinguished road
Default

It's also worth mentioning that mysqli will only protect against SQL injection if you use prepared statements.

I was going to write a tutorial about the basics of using the mysqli extension. But why write one when Zend has already done an outstanding job?

Part I - Overview and Prepared Statements
Part II - Extending mysqli
bdm is offline  
Reply With Quote