Hi,
I have a search functionality on my website, and aswel as using trim to trim white space before and after the keyword, I would also like it to trim anything else out that isnt in the alphabet.
Here is what I am using:
Can this be done?PHP Code:$var = @$_GET['q'] ;
$trimmed = trim($var);



Reply With Quote

Bookmarks