Hi Guys,
I was just after some advice about sql injections. I am trying to create a small forum. I have a registration page and a simple submit page where users can enter information into various fields. Is there a standardized script I can include() on each page to stop users from being able to do stuff like drop tables, edit rows, by passwords basically prevent them from using any sql query within a input field? I would ideally like a script I can simply include on pages where user input is an option. Is this possible or do I have to cater to mysql injections individually?
Many thanks,
Sam