Posted: Wed Apr 21, 2004 1:02 pm
isn't thisjust wasting processor time?
Code: Select all
$after_replace = str_replace('<', '<', $after_replace);
$after_replace = str_replace('>', '>', $after_replace);
$after_replace = str_replace('&', '&', $after_replace);