">
<?php$Name = "Rahul";$Name = "Ajit";echo "$Name";?>
The variable contains the last value which has been assigned.
Previous Question Next Question
Your comments will be displayed only after manual approval.