Forum : Constants
Brief description  about Online courses   join in Online courses
View Noor  Mohammed 's Profile

Constants

hello sir,

May I know how to define one constant and using this constant create a new constant.

Many thanks and regards.
Asked by Noor Mohammed | Dec 28, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
define('ABC','hello whs going on ');


define('hello' ABC);
echo constant('hello');

Dec 29, 2010