How will you define a constant in PHP?

Submitted by: Administrator
To define a constant you have to use define() function and to retrieve the value of a constant, you have to simply specifying its name. Unlike with variables, you do not need to have a constant with a $.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers