View Single Post
Old 11-10-2007, 04:08 PM   #15 (permalink)
WinSrev
The Acquainted
Inquisitive 
 
WinSrev's Avatar
 
Join Date: Sep 2007
Posts: 133
Thanks: 6
WinSrev is on a distinguished road
Default

PHP Code:
$szSql mysql_query("SELECT * FROM `users` WHERE `name` = 'test'"); 
and why should a query never be done like that? I do it all the time and i think its fine. I mean, it's not slow (depending on the query) and isn't exactly unsecure.
Send a message via ICQ to WinSrev
WinSrev is offline  
Reply With Quote