Glenskie Posted September 27, 2011 Share Posted September 27, 2011 i keep getting this at top of page Warning: preg_replace() [function.preg-replace]: No ending delimiter '`' found in C:\xampp\htdocs\socialtscripts\activation.php on line 16 here is the code that it is reffering to preg_replace("`", "", $id); Link to comment https://forums.phpfreaks.com/topic/247928-preg-replace-error/ Share on other sites More sharing options...
codeprada Posted September 27, 2011 Share Posted September 27, 2011 Your regular expression should be enclosed in delimiters. A delimiter would be any character used to determine the beginning and end of the regular expression. Example - # would be the delimiter '#regex_here#' Link to comment https://forums.phpfreaks.com/topic/247928-preg-replace-error/#findComment-1273088 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.