Forum Moderators: coopster
I am looking for a php function that will efficiently strip from a phrase all characters that are not alpha or numeric:
keep only: a-z A-Z and 0-9
What might you recommend trying, other than the usual "RTFM"?
Thank you in advance