I need to test some android app but I depends of some thing that isn’t finished yet. I send get request to site ( example http://www.test.com?a=1&b=1), how to write script in php which always return me same thing( example a=4 ) ?
I need to test communication
I need to test some android app but I depends of some thing that
Share
You want it to always the return the same thing, regardless of the query string you send? Just create the file and in it put
No need to use PHP for that.
If what you really meant was that you want it to echo the values from the query string.
(obvious xss vulnerability)