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
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.