Jump to content

Help With Php Error


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.