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 Quote Link to comment 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? Quote Link to comment 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.