If I use the URL www.mysite.com/?test=execute (the $ _GET array will always be emtpy. I noticed this when I tried to submit a form with the string "execute (" in ", it would not send.
This includes POST and GET, it does not accept the string โexecute (". Is this a security feature on the server since it works fine on my local computer?
source share