Etay Cohen-Solal
130 posts
A quick PHP snippet for validating that a URL query parameter exists and is not empty before using it.
this is part 3 of 3 about transferring data from PHP to Android app. you can read part 1 here. you can read part 2 here.
You may reach a point where you need to transfer data from a server (web-service) to a an android client. although, there are many ways to …
This is part 2 of 3 about transferring data from a PHP page to an android app using JSON. you can read part 1 here.