Date: Sun, 5 Mar 2006 16:59:13 +0100 To: mysql@lists.mysql.com From: Jochen Kaechelin <[EMAIL PROTECTED]> Subject: is this safe against sql-injection? Message-Id: <[EMAIL PROTECTED] Can somebody give me some general hints how to prevent sql-injection?
You may also want to consider the use of the PECL/filter extension (http://pecl.php.net/package/filter) which 'automagically' sanitizes user input. Rasumus uses this himself, see his article here:
http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html cheers, scott -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]