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); Quote 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#' Quote Link to comment https://forums.phpfreaks.com/topic/247928-preg-replace-error/#findComment-1273088 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.