MySQL Injection
Posted: Fri Mar 23, 2007 4:24 pm
Hi guys,
I have a site which has some input fields which are filled by users. I use this :mysql_real_escape_string to prevent from SQL injection as well as checking the input with sutom functions.
Is it enough secure(I know that there is always more to be created) and do you know a better technique?
I have a site which has some input fields which are filled by users. I use this :mysql_real_escape_string to prevent from SQL injection as well as checking the input with sutom functions.
Is it enough secure(I know that there is always more to be created) and do you know a better technique?