Please forgive the simplicity of this question. The answer will be obvious to many of you. But since I’m completely new to php and JSON, and I can’t find a concrete answer on Google, I need to ask.
I have the following:
- Client side Android app
- mySQL database on server
- JSON in between
The question is very simple. Where on the server do I put the php file? Any directory? A specific location? I just need a simple working answer. Not concerned about security or anything fancy at this stage. Please help.
Also, does anyone know of a very simple tutorial that talks about php, json, and working on the server side for someone like me who’s completely new to it?
Your server must be available with a one of the given folders
if any of the folder you can see in your server then this is the place where you need to place your php files
basic Introductory Tutorial for PHP with examples
tizag.com
Basic Introductory Tutorial For JSON
JSON
JSON with PHP