In this post, we are going to learn to Send Emails with NodeJS and NodeMailer library. Email is one of the commonly used tools for communication in web applications because it helps us to reach your users instantly, build your…
Category: Ajax
In this post, we are going to learn about REST API using Laravel 5 and MySQL. A RESTful web service helps us to perform CRUD operations with a database. In this post which is part of the REST API series,…
In this post, we are going to know about Server Side Datatable using Laravel 5. Data Table is one of the most important plugins in jQuery Library. It provides the lot of user-friendly functionalities like sort, pagination, and searches etc…
In this post, We are going to know how to do Drag and Drop Table Row Sorting with Ajax and PHP script without a refresh of the page. Using this function we can quickly sort or re-order table row data with…
In this article, we are going to know how to Import XML Data into Mysql Database table by using PHP code with Ajax. We all know XML stands for eXtensible Markup Language and it is used for to save and…
In this post, we are going to learn Ajax Live Data Search with a help of PHP, MySQLi and Ajax. In real-time most of the website and web applications providing content search option to make the application as most user-friendly….
In this post, we are going to learn How to submit form data to PHP script by using AngularJS. In modern web development, many of technology used to submit a form data to the server script. Nowadays AngularJS is one…
In this post, we will see how we can load more post details list with the help of Ajax. This technique helps us to load the page quickly. At the initial page load time have some limited post details only….
In this post, I show you how to create a cascading dropdown list with JSON datasets. The relevant list fields will load the data list with help of dependent selected list value. The dependent selected list are filed with the…
DataTables is a jQuery library used to show the entire list of records in an HTML table. It combines some features like key search, pagination list, data sorting, filter and etc. In DataTables we can limit the number of records…