Which function I can use to send a simple text from the php server to android -
if have following string variable in php file:
$text = "hello world"; can use print(json_encode($text)); send $text void function such following function in android?
void getstring(string text) { // somethings on text variable }
Comments
Post a Comment