|
|
 |
|
 |
 |
|
 |
| |
|
|
|
| |
 |
|
|
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. |
[ PHP - MySQL ] [ Saturday 05th May 2007 ] [ Visit : 159 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
A cookie is often used to identify a user. |
[ PHP - MySQL ] [ Saturday 05th May 2007 ] [ Visit : 179 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The fopen() function is used to open files in PHP. |
[ PHP - MySQL ] [ Saturday 05th May 2007 ] [ Visit : 179 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
Server Side Includes (SSI) are used to create functions, headers, footers, or elements that will be reused on multiple pages. |
[ PHP - MySQL ] [ Saturday 05th May 2007 ] [ Visit : 151 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The PHP date() function is used to format a time or a date. |
[ PHP - MySQL ] [ Saturday 05th May 2007 ] [ Visit : 182 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The $_POST variable is used to collect values from a form with method="post". |
[ PHP - MySQL ] [ Friday 04th May 2007 ] [ Visit : 5 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The $_GET variable is used to collect values from a form with method="get". |
[ PHP - MySQL ] [ Friday 04th May 2007 ] [ Visit : 194 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input. |
[ PHP - MySQL ] [ Friday 04th May 2007 ] [ Visit : 9 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
The real power of PHP comes from its functions.
In PHP - there are more than 700 built-in functions available. |
[ PHP - MySQL ] [ Friday 04th May 2007 ] [ Visit : 182 ]
|
|
|
|
|
|
|
|
|
|
|
| |
 |
|
|
Looping statements in PHP are used to execute the same block of code a specified number of times. |
[ PHP - MySQL ] [ Friday 04th May 2007 ] [ Visit : 169 ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|