poe Posted March 28, 2008 Share Posted March 28, 2008 i have: $strHtml = preg_replace("at ","pp",$strHtml); and i get this as an error Delimiter must not be alphanumeric or backslash Quote Link to comment Share on other sites More sharing options...
effigy Posted March 28, 2008 Share Posted March 28, 2008 Every PREG pattern follows the format of: delimiter pattern delimiter modifiers. "/" is commonly used:[tt] /at / Quote Link to comment Share on other sites More sharing options...
discomatt Posted March 28, 2008 Share Posted March 28, 2008 Probably would help to use the case-insensitive modifier as well, guessing the context /at /i 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.