|
Sunday, 12 July 2009
|
|
HTML clipboard
The constants in PHP are literals that do not begin with "$" and is
initialized with the construction define(nomconst)
define ( "MAX_CLIENTS, 25);
Echo (MAX_CLIENTS);
The predefined constants __FILE__ and __LINE__ give us the filename and line
number today.
|