Possible Duplicate:
How can I convert ereg expressions to preg in PHP?
What is the equivalent of this EREG_REPLACE function in PREG_REPLACE?
$html = ereg_replace("[^A-Za-z._0-9@ ]"," ",$html);
Possible Duplicate:
How can I convert ereg expressions to preg in PHP?
What is the equivalent of this EREG_REPLACE function in PREG_REPLACE?
$html = ereg_replace("[^A-Za-z._0-9@ ]"," ",$html);