How to validate the user login credentials in android using PHP, MySql with the help of json

后端 未结 3 1812
暖寄归人
暖寄归人 2021-01-06 06:01

I am new to android development. I want to do the login verification, using php mysql and json.

I am only taking care of the PHP, MySql and json part.

If t

3条回答
  •  梦毁少年i
    2021-01-06 06:33

    Your android client must do a Http post to your PHP script, which returns the status code. Your script sees that request as any other post requests. The client receives the result from server, and makes the computation it needs.

提交回复
热议问题