PHP - Category - Page 28

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

jQuery AJAX Pagination

In this tutorial, we are going to see the simple code for pagination using jQuery AJAX and PHP. This code will have first, last, previous, n ...

July 10th, 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

Responsive Web Design

Responsive web design(RWD) is a methodology for designing the web page in such a way that it adapts to various devices’ screen resolutions. ...

May 2nd, 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

PHP Error Handling

Error handling is an important feature to make efficient coding. PHP includes built-in error handling function to be invoked once an error o ...

February 3rd, 2014

PHP Watermark

Adding watermark in PHP is very simple. It can be done using PHP image libraries like GD. Using GD functions, we can use text or image as wa ...

January 30th, 2014

PHP AJAX Image Upload

AJAX image upload in PHP is simple if you use the right technique. You can get this done in less than five minutes. When you build websites ...

January 3rd, 2014

↑ Back to Top