|
Posted by howachen on 06/30/06 15:52
Hi,
When doing mysql query (SELECT statements) in php, we often use prepare
statement to prevent SQL injection. However, I just noticed that the
prepare statements can SLOW the number of queries per second by a
factor of 2 times (max).
So are there any faster method that can prevent SQL injection, but has
a better performance?
Thanks.
Navigation:
[Reply to this message]
|