I should confess - I am already using MySQL prepared statements for some
time, but very rarely and mainly because they can make certain scripts
more readable. As many of us I have read a lot of articles about
coolness of prepared statements and that I should use them because of
security and speed improvements. Finally my сuriosity won and I decided
to test prepared statements against ordinary SQL statements myself.
Friendly speaking I was impressed by the results I got....
Read complete article: PHP MySQL prepared statement vs SQL statement