I am attempting to do an   ereg_replace(),  but the charachter I want to
replace is a \. Any Ideas how I make the following work?

$F_name = ereg_replace ("\", "", $acc_fname);
echo $F_name;

Thanks,
Wade



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to