jackybreda Posted April 10, 2013 Share Posted April 10, 2013 Hi, After php 5.3 upgrade i changed erig to preg_match but now i get thes error Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash In this line: if (preg_match($SERVERS['keywords'][$this->host], $this->data)) Can someone tell me what i have to change in order to make this function again? Regards, Jacky Link to comment https://forums.phpfreaks.com/topic/276773-php-53-preg_match/ Share on other sites More sharing options...
salathe Posted April 10, 2013 Share Posted April 10, 2013 Start here: http://php.net/manual/en/reference.pcre.pattern.posix.php Link to comment https://forums.phpfreaks.com/topic/276773-php-53-preg_match/#findComment-1423961 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.