What is safe_input?
There is no safe_input in php (I searched php.net) and there is no safe_input function in Savane 1.2
Is this something new?


ESCAPE USER INPUT
-----------------

It is important to always escape user input (post, get, cookie).
Use safe_input() to achieve that.

Please replace addslashes() by safe_input().



Reply via email to