Auto loading record is very important functionality to update a page based on window scroll, in real scenario you can see more post loading on your Facebook wall, whenever you reach at the end of the page. The functionality is whenever the vertical scroll down the records will update more records. We will use jQuery […]
jQuery Ajax Add, Edit and Delete Using PHP and PostgreSQL – Part II
This is the second part of the tutorial jQuery Ajax Add, Edit and Delete Using PHP and PostgreSQL. This php tutorial help to add update and delete record functionality using PostgreSQL. PHP is a very friendly and open-source popular language, it provides almost all db drivers and compatibility with many popular databases, You can integrate […]
Dynamically Create Bootstrap Tabs With Carousel Using PHP and jQuery
In this tutorial, we will learn how to create tabs based carousel. We are using bootstrap tabs and carousel functionality. We got a situation where a web page has 20 tabs in a series then it is very difficult to manage UI.
How to Set Up a Redis Server And Use With PHP
This PHP tutorial helps to work the Redis module with php, We will install Redis server into windows and PHP extension of redis into xampp. This tutorial also has a simple PHP script to communicate with redis and php.
How To Add Dynamic Rows in a Table with jQuery
In this tutorial, i will discuss how to create a number of rows dynamically with help of jquery, There are a lot of methods which is used to create dynamic rows but we will use clone() jquery method to replicate rows.