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 ! ! ! 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. Link to comment https://forums.phpfreaks.com/topic/262602-eregi-in-php53/#findComment-1345893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.