You can get your YouTube channel statistics using YouTube Javascript SDK. You can also get comments of each video by providing its ID. YouTube Data…
We will create a simple and real-time chat module in Node JS and MySQL. We will be using socket IO for real-time communication. Why chat…
By live CRUD with AJAX, we mean that you will be able to Create, Read, Update, Delete data without having to refresh the page. This…
Learn how you can show a “Load more” button using AJAX, PHP and MySQL. No external library has been used in this tutorial. What is…
In this article, we will teach you how you can view detail of user selected record in PHP. We will display detail in Bootstrap modal.…
Demo – Calculate difference between 2 dates Convert time to different timezones Calculating difference between 2 dates requires 2 calendars to pick dates or you…
In this tutorial, we are going to show you how you can upload file with AJAX. We will also be displaying a progress bar. We…
By the end of this tutorial, you will be able to get data from database using AJAX using simple Javascript (no jQuery). Benefits of using…