Vixushr Posted May 16, 2012 Share Posted May 16, 2012 Helo, I need big help how to adjust this code to new PHP 5.3 that dont support egeri any more public static function blacklist(&$query) { return eregi(self::$_blacklist, $query) ? true : false; } HELP ! ! ! Quote Link to comment https://forums.phpfreaks.com/topic/262602-eregi-in-php53/ Share on other sites More sharing options...
trq Posted May 16, 2012 Share Posted May 16, 2012 See preg_match. Quote Link to comment https://forums.phpfreaks.com/topic/262602-eregi-in-php53/#findComment-1345893 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.