PHP - Page 27

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

Command Line PHP

Using PHP through the command line is possible and we will see how to do it in this tutorial. Generally, PHP is used for creating web-based ...

August 25th, 2014

PHP jQuery Dynamic Textbox

This tutorial helps to add or remove textbox dynamically using jQuery and PHP. It also describes how to read the values of dynamically creat ...

July 21st, 2014

PHP Google OAuth Login

PHP Google OAuth API allows users to login in to a website with their Google credentials. A user with a Google account need not remember yet ...

June 22nd, 2014

PHP Session Configuration

PHP has several configuration directives to control session handling processes like session upload and URL rewriting. These are set with PHP ...

April 24th, 2014

PHP CSV File Read

This tutorial is to help you to read a CSV file or data. Character Separated Values(CSV) or Comma Separated Values is a file type containing ...

April 4th, 2014

↑ Back to Top