I’m writing a simple Android application using Volley. I’d like to know how to select a first name and a last name from MySQL database by ID, which user enter into editText in application. This is my PHP script: If I specified the ID in the code, it returns a data in JSON, which I demand, so the script and