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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -