Call PHP function from android?

后端 未结 3 948
遇见更好的自我
遇见更好的自我 2020-12-10 21:03

I want to call specific php function on server from Android application and also to send some parameters. Till now I achieved that I can open php file using HttpClient and e

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-10 21:22

    Present or wrap-up those specific php functions with in a web-service together with your required parameters and call that web-service including the input parameters from your android to get things done.

提交回复
热议问题