PHP Variable
Here I am Describing Basic of Variable.
There are many type of variable used in PHP.
Following are some:
There are many type of variable used in PHP.
Following are some:
- Variable from GET Method
- Variable from POST Method
- Variable Used in a PHP program itself
- Variable from SESSION
- Variable from COOKIES
Variable Type
|
Description |
GET Method Variable
|
Variable Used as: Array Using Technique: As Following:
Validity/ Scope: Till they reference in URl or sent by Forms Calling as: Called as $_GET['variable1'] and $_GET['variable2'] |
POST Method Variable
|
Variable Used as: Array Using Technique: As Following:
Validity/ Scope: Till sent by Forms and the File is running Calling as: Called as $_POST['variable1'] and $_POST['variable2'] |
To be continue ............
Comments
Post a Comment