I'm new to back end development and i'm trying to learn back end development. What i want is to create a backend using PHP which should output a json response.
For example if there's a field called First Name in my backend,and when i update that field, I want the updated name in a json response so i can display the outputs in my android app.
Sorry for being a noob.
Just point me some tutorials to learn and any further tips would be appreciated.