Create a PHP API and Visual Basic App to Use It
Introduction:
This tutorial we will be creating a simple PHP API for a website. This is useful for if you have a website which you want users to be able to interact with in third party programs seamlessly. Our API will only write a file and check if it already exists, you can make yours write to a database etc.
Steps of Creation:
PHP API
Step 1:
First we are going to create our PHP API and once that is finished we will create a simple Visual Basic application to use the API.