Hi,
Let's say I've got a mySQL Table with 5 text-type fields. A user fills out a standard HTML form, entering the text data s/he wants to store in these mySQL fields.
When I process the form using PHP, I want to make sure that the data does not contain any characters that would screw me up... characters like ' and " and ; etc.
Any advice would be greatly appreciated.
Thanks,
Jeff
Let's say I've got a mySQL Table with 5 text-type fields. A user fills out a standard HTML form, entering the text data s/he wants to store in these mySQL fields.
When I process the form using PHP, I want to make sure that the data does not contain any characters that would screw me up... characters like ' and " and ; etc.
Any advice would be greatly appreciated.
Thanks,
Jeff