PHP backslash issue
Recently I just encountered a problematic issue with PHP where every request, no matter it’s a GET or POST, all the values are somehow escaped with backslash (). Well, I guess this is due to my lack of knowledge on the existence of PHP default settings reside in apache.
After some research, I found that there [...]