Hi,
I have been reading about PHP & MySQL security and I can say that I learned the basics. In my code, I use the following to filter user input.
Is this enough? Do I need something else?Code:$input = mysql_real_escape_string(strip_tags(trim($input)));
Thanks.



Reply With Quote



Bookmarks