How can we make a constant in PHP?
With the help of define(), we can make constants in PHP.
Example
define('DB_NAME', 'bestInterviewQ')
Suggest An Answer
No suggestions Available!