When I submit a query using IE, any whitespaces in the search string are ignored (replaced by %20). Netscape does not automatically do this. How can I force Netscape to add the %20 instead of whitespaces when it queries the database?
For anyone with a similar problem, try the str_replace function to replace all the whitespaces sent in the query. So if the value sent in the query was "Two Words"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.