Warning: REG_EMPTY in /usr/local/apache/htdocs/wz/mailClass.php on line 229
Have somebody meet the error?
you're trying ereg_replace with missing argument(s)?
$test = "hi there"; $test = ereg_replace("_", "", $test);
echo $test;