I need php script for server side to read json sent from android and to update database with received data.
Can anyone help me? I don’t know php to much, but need script for yesterday;) Thanks for help in advance.
I need php script for server side to read json sent from android and
Share
You can decode the json String into an Object with the php function json_decode
http://www.php.net/json_decode