Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
Server Side Coding
PHP

What does the error 'Unknown modifier' mean? Pages that link to <a href="https://ozoneasylum.com/backlink?for=5771" title="Pages that link to What does the error &amp;#039;Unknown modifier&amp;#039; mean?" rel="nofollow" >What does the error &#039;Unknown modifier&#039; mean?\

It basically means that you have something in your regualr expression which is causing problems. You might need to escape some slashes or if you are matching URLs in your expression:

code:
/(domain.com/folder/)/



you should try changing the delimiters:

code:
#(domain.com/folder/)#



______________________
Emperor

(Added by: Emperor on Mon 28-Jul-2003)

« BackwardsOnwards »

Show Forum Drop Down Menu