I get a json data from Android App which looks like
{"NickName":"Tom"}
how to get NickName data with php?
I get a json data from Android App which looks like
{"NickName":"Tom"}
how to get NickName data with php?
use
html_entity_decodeto make json data andjson_decodeto get nameCheck in fiddle : https://eval.in/780633