Php Theory
Variables & Data Types in Php
Php Literals A literal is a data value that is directly written in the program. For example – 2023, 3.140, Hello India, true, null, etc. Php Identifiers An identifier is simply a name of variables, functions, constants, classes, etc. The first character of an identifier must be an ASCII letter Read more…