">
<?phpdefine("FIRST_NAME", "Ajit");define("LAST_NAME", FIRST_NAME); echo FIRST_NAME;echo LAST_NAME; ?>
Constants can be set as values for other constants.
Previous Question Next Question
Your comments will be displayed only after manual approval.