1.

How can we make a constant in PHP?

Answer»

With the HELP of DEFINE(), we can MAKE CONSTANTS in PHP.

Example

define('DB_NAME', 'bestInterviewQ')



Discussion

No Comment Found