![]() |
|
|
+ Search |
![]()
|
Aug 24th, 2000 21:12
Ben Udall, Tim Johnson,
Try this, it should remove every character that's not a letter or
number.
$new_data = ereg_replace("[^A-Za-z0-9]", "", $data);