Because you did NOT \\ all your \'s

What error are you getting?

-----Original Message-----
From: Fredrik Arild Takle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 1:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP] eregi_replace


Why won't this work?

      $NoteNm[$i] = eregi_replace ("V:\memo\F0001\", "", "$NoteNm[$i]");
      $NoteNm[$i] = eregi_replace ("\\LOBBY\VismaDok\Memo\", "",
"$NoteNm[$i]");

Best Regards
Fredrik A. Takle
Norway



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to