slashes problem
Posted: Thu Oct 09, 2003 11:58 am
Hello all,
I have set a small function that allow the user to search for a specific string in my output (just simple html table).
The problem is when the user searches strings with '/' (which he often does)it brings up warning.
Warning: Unknown modifier
I've tried addslashes and strip slashes and quotemeta but with no result.
There is no problem with ''' only with '/'
any thoughts?
I have set a small function that allow the user to search for a specific string in my output (just simple html table).
The problem is when the user searches strings with '/' (which he often does)it brings up warning.
Warning: Unknown modifier
I've tried addslashes and strip slashes and quotemeta but with no result.
There is no problem with ''' only with '/'
any thoughts?