I'm taking text from a textarea object and want to strip out
characters other than A-Za-z0-9 before I send the data to MySQL table
- is there a function I can use to do this in PHP?
Thanks...
characters other than A-Za-z0-9 before I send the data to MySQL table
- is there a function I can use to do this in PHP?
Thanks...
Comment