Parentheses passed in url break codigniter query
问题 I have a string being passed via an URL to a Codeigniter driven site. The string is urlencoded before being passed, then urldecoded by the controller before being passed to a function in the model that searches for the string in a database table. I've read several other posts/articles on this, but none offer a viable (for me) solution to the issue. Here are some of the things I have read: URL having parentheses not working in codeigniter with datamapper ORM Parenthesis issue in codeigniter