Possible Duplicate:
Function eregi() is deprecated
Hello I am getting this error
Deprecated: Function eregi() is deprecated in /home/u578804202/public_html/includes/functions.php on line 4
Here is my code:
if(eregi($file,$_SERVER['REQUEST_URI'])) {
die("Sorry but you cannot access this file directly for security reasons.");
}