Page 176 - CITS - Computer Software Application -TT
P. 176
COMPUTER SOFTWARE APPLICATION - CITS
PHP Variable: Declaring string, integer, and float
Let’s see the example to store string, integer, and float values in PHP variables.
File: variable1.php
File: variable2.php
PHP Variable: case sensitive
In PHP, variable names are case sensitive. So variable name “color” is different from Color, COLOR, COLor etc.
File: variable3.php
PHP Variable: Rules
163
CITS : IT&ITES - Computer Software Application - Lesson 47 - 62