This PHP tutorial is used for setting user login session expiration time for the logged-in user. Once this time is elapsed, the user no long ...
November 24th, 2014
User activation email sending script is the most common requirement for the web application containing a user registration system. Generally ...
November 23rd, 2014
Simple code for uploading image using the drag and drop feature to move files from source to destination. ...
November 21st, 2014
This tutorial is for doing database operations with search and pagination. It uses jQuery AJAX to perform all the operations. In the previou ...
November 20th, 2014
In PHP, URL extraction can be done in many ways. In the previous tutorial, we have seen how to extract the remote content from a given URL u ...
November 18th, 2014
This tutorial will create a simple voting system using PHP and jQuery AJAX. In this system, a visitor can vote (either up or downvote) only ...
November 14th, 2014
In this tutorial, we are using jQuery for reading JSON data from a PHP page via AJAX. On the PHP page, we are reading an array of database r ...
November 12th, 2014
This tutorial has an example code for showing like or unlike options to accept user ratings. In Facebook-like social media websites, we used ...
November 11th, 2014
In this PHP tutorial, we are going to list database records and add a dynamic star rating to those records by using jQuery star rating scrip ...
November 10th, 2014
This tutorial has a jQuery code for doing favorite star ratings. It displays a list of HTML stars by using li tags. These stars are highligh ...
November 10th, 2014