rickyfk Posted October 23, 2012 Share Posted October 23, 2012 Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash in /home/*****/public_html/inc/classes/parse.class.php on line 193 **** = my mysql database line 193 $buffer = ($line['regex'] == 1) ? preg_replace($replace_word, $replace_replacedby, $buffer) : str_ireplace($replace_word, $replace_replacedby, $buffer); im just learning php and trying to make a site eveything works but when a user try's to reply to a post Link to comment https://forums.phpfreaks.com/topic/269798-help-with-php-error/ Share on other sites More sharing options...
requinix Posted October 23, 2012 Share Posted October 23, 2012 Can you find out the value of $replace_word? Link to comment https://forums.phpfreaks.com/topic/269798-help-with-php-error/#findComment-1387112 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.