vrana Sun Feb 13 16:50:05 2005 EDT
Modified files: /phpdoc/en/security database.xml Log: First SQL injection example is FUD (reported by Dr. Werner Popken)
AFAIK MySQL doesn't allow multiple querys (except with mysqli_multi_query()), so the example was wrong.
But other DBs allow it. I don't know if it is the case of PostgreSQL (the second example), but at least the example could be adapted to work.
What do you think?
Nuno