[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

Re: [PHP] Strange Error Reporting

2001-03-25 Thread CC Zona
In article p04320407b6e35b98ce1b@[209.246.86.33], [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 sequence