On Tue, Apr 24, 2001 at 06:21:20PM -0400, Wade wrote:
> 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
> 

use \\ 

-- 
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