PHP Sessions

PHP Tutorials 1 Comment »

A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all pages in one application.

Read the rest of this entry »

PHP Arrays

PHP Tutorials 1 Comment »

An array can store one or more values in a single variable name.

Read the rest of this entry »

PHP Functions

PHP Tutorials 1 Comment »

The real power of PHP comes from its functions.

In PHP - there are more than 700 built-in functions available.

Read the rest of this entry »

PHP Looping

PHP Tutorials No Comments »

Looping statements in PHP are used to execute the same block of code a specified number of times.

Read the rest of this entry »


Copyright © 2007 Alçelik PHP & MYSQL Resources Tutorials Tips. All rights reserved.