Re: [PHP] Strange Error Reporting

2001-03-25 Thread CC Zona
In article , [EMAIL PROTECTED] (Kristofer Widholm) wrote: > Warning: Bad escape sequence: \. in validate.inc.php on line 142 > > CODE: > Line 142: if (!eregi("index\.php",$PHP_SELF)) { > blah blah blah; > } > > I didn't know there was any other escape seq

[PHP] Strange Error Reporting

2001-03-25 Thread Kristofer Widholm
Anyone know why I get this warning? Warning: Bad escape sequence: \. in validate.inc.php on line 142 CODE: Line 142: if (!eregi("index\.php",$PHP_SELF)) { blah blah blah; } I didn't know there was any other escape sequence possible in RegEx! I have error reporting set to error_reporting(32+16+