vbignacio
Mon 12 March 2007, 03:02 am GMT +0100
Please tell me how i can remove a series of characters using ereg_replace.
So far, i've been successful in removing one character only using this:
$string = ereg_replace('\"', '', $string);
What should i add so i could remove all characters and just retain the letters and numbers only?
thnks!
So far, i've been successful in removing one character only using this:
$string = ereg_replace('\"', '', $string);
What should i add so i could remove all characters and just retain the letters and numbers only?
thnks!