1. 14
    Create a constant in PHP to store a fixed value
    4m 40s

Create a constant in PHP to store a fixed value

InstructorMark Shust

Share this video with your friends

Send Tweet

Variables are great, but sometimes you need to be able to set a value in PHP, and ensure it never changes. Constants to the rescue!