11-10-2007, 04:08 PM
|
#15 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 133
Thanks: 6
|
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.
|
|
|