Video #6 PHP Dynamic Variables - HowTo

1 year ago
28

PHP is a general-purpose scripting language geared towards web development. Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is case-sensitive. Variable names follow the same rules as other labels in PHP. A valid variable name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.

Loading comments...