PHP - Category - Page 27

Resize HTML DOM using jQuery

In this tutorial, we are going to see about how to resize HTML DOM element using jQuery. We are using the jQuery resizable() function for ch ...

January 28th, 2015

Read Facebook Data via Graph API using PHP

In this tutorial, we will read data from Facebook using Graph API. This is an HTTP-based API using which we can post and get data to and fro ...

December 8th, 2014

User Login Session Timeout Logout in PHP

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 in PHP

User activation email sending script is the most common requirement for the web application containing a user registration system. Generally ...

November 23rd, 2014

PHP CRUD with Search and Pagination using jQuery AJAX

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

PHP RSS Feed Read and List

PHP provides a simplexml_load_file() function for reading data from XML files. We have seen this function in the Simple XML Parser tutorial. ...

November 7th, 2014

PHP CRUD with Search and Pagination

An example to learn how to create a PHP CRUD system with MySQL database. ...

November 2nd, 2014

Simple PHP Shopping Cart

Building a PHP shopping cart eCommerce software is simple and easy. In this tutorial, let’s create a simple PHP shopping cart software with ...

October 26th, 2014

PHP CSV File Export Using fputcsv()

In this tutorial, we are going to export MySQL records to a CSV File using PHP function fputcsv(). In the previous article, we have formatte ...

October 24th, 2014

PHP CSV File Export

In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...

October 23rd, 2014

↑ Back to Top