ok well i have a vbulletin forum where i built a lot of custom scripts, some of them were built when i was a php newbie and i forgot to protect my $_GET variables
i was wondering, what is the best way to protect my variables against hackers ?
My database got totally deleted, so i'm pretty sure it was because i forgot to protect a variable
If i use mysql_real_escape_string(), will it protect my $_GET variables against ALL possible hacking methods ? Or do i need to do something else ?
thanks for help