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+8+4+2+1);

and that's pretty picky error reporting. Still, I don't get what's wrong.

K
-- 
______________________________________

Kristofer Widholm
Web Pharmacy
[EMAIL PROTECTED]
191 Grand Street, Brooklyn  NY  11211
718.599.4893
______________________________________

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