we can define constants using define () function
define("CONSTANT", "Hello");
we can use the constant like this
echo CONSTANT;
o/p : Hello
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
we can define constants
Thu, 07/24/2008 - 04:44 — adminwe can define constants using define () function
define("CONSTANT", "Hello");
we can use the constant like this
echo CONSTANT;
o/p : Hello