PHP: Validate posted string?

kirgy

New member
I have a posted variable: $input and i want to keep only alpha-numberic charectors and spaces in that string, and put the result in the variable $output. Any help?
 
Back
Top