In this tutorial, we are going to perform a complete CRUD (create, read, update, delete) operation using Vue JS and PHP. We will be using…
In this tutorial, we are going to teach you how can you show instagram feed in your PHP website without using any API. Video tutorial:…
Introduction Sockets are used for real-time communication. They are now being used in chat apps, team collaboration tools, and many more. Socket IO emit events…
PHP PDO (PHP Data Objects) is basically an abstraction to database access, which means it is not limited to only MySQL or any other database…