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 ............
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.