Back to Browse

How to use constants in PHP

3.3K views
Jan 5, 2021
4:51

In this video training, you'll learn how to use constants in PHP. A constant is an identifier (name) for a simple value. The value cannot be changed during the script. A valid constant name starts with a letter or underscore (no $ sign before the constant name). Note: Unlike variables, constants are automatically global across the entire script. You can download code of this video from my github repository: https://github.com/techweber/php If you need professional help, you can email me at [email protected]

Download

0 formats

No download links available.

How to use constants in PHP | NatokHD