PHP Basic: VariableTag: data type, variable Category: PHP Basicpost: 01 Mar 2008 read: 209 PHP Basic Data Type Step By Step Tutorial - Part 11:Variable is a location in computer memory for saving data or value. The variable content can fluctuate during the program process. Variable in php always early with the dollar sign ($), then followed by the variable name that is having the sensitive case character. Example: $date, $_month, $my_book, $_idea, etc. Pay attention to the example of using variable at script as following:
|
| | Give Your Opinion | Recommend |
|

