View Single Post
Old 12-30-2008, 11:31 PM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Outside of our PM convo (this will go for every coder).

Please code with allman style indents to conform with project standards.
Please do not use sprintf to secure queries, it is an unnecessary layer of processing that takes longer to do than just compiling the query.
sprintf does not secure queries, Tanax's class secures the queries. :P sprintf formats the values in the query string.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote