">
<?phpdefine("STR_VAR","Interview"); ${STR_VAR} = "Mania"; echo STR_VAR;echo ${STR_VAR}; ?>
${STR_VAR} creates a new variable which is not same as STR_VAR.
Previous Question Next Question
Your comments will be displayed only after manual approval.