Example
define("CONSTANT", "PHP interview questions and answers collection");
echo CONSTANT; // outputs "PHP interview questions and answers collection"
Example
define("CONSTANT", "PHP interview questions and answers collection");
echo CONSTANT; // outputs "PHP interview questions and answers collection"
No comments:
Post a Comment