PHP Web Service

How to develop PHP web service part 3: Connecting to Database and get result in JSON formate

In both previous tutorials, I am talking about basics. How you can set up PHP web service or REST API development setup, basic REST API call, etc. In this tutorial, I am going to share with you how you can connect to the database, execute queries, and get results in JSON format in RESTful API. So without …

How to develop PHP web service part 3: Connecting to Database and get result in JSON formate Read More »

How to develop PHP web service part 2:Routing and removing index.php name from URL

In these tutorials I am going to teach you how to go the next level of developing PHP web service or REST API. REST API has great demand at this time. Using REST API developer build database connection to once and can use with websites, Mobile development i.e Android and IOS app development. If you haven’t read …

How to develop PHP web service part 2:Routing and removing index.php name from URL Read More »

How to develop php web service part 1:Basic set-up for development

Php is an easy and quick learning language. As PHP version increasing, new feature is coming to PHP. I have spent so much time learning and develop PHP web service for my android app and website. There are a lot of tutorials available but what I feel from those tutorials that they are not writing …

How to develop php web service part 1:Basic set-up for development Read More »