This article will describe three different ways to secure your web service – free SSL, paid SSL and custom encryption system. In the first part of the PHP Webservice Tutorialย I showed you how to create a very...
Tag - php
Create a REST web service in PHP – part I (Basics)
Web services are very important in many cases, for example in Android where web service is the most used option to connect to a database other than SQLite. In this tutorial, I will show you how to create a simple PHP...
Send multiple images at once from PHP to Android
At some point during the Picsel development I had to start thinking about bulk actions, such as sending multiple pictures at once from my REST PHP webservice to Android application. I’m pretty ashamed to explain...