Using Constants in PHP

My Name: Khatab Omar
Favorite Color: light green

Constants are special values that never change during the script. For example, MY_NAME is always Khatab Omar, and FAVORITE_COLOR is always light green. They help keep your code organized.