Q. What will be the output of the following PHP code ?
Code:
<?php $Name= Ajit; echo "$Name"; ?>
β
Correct Answer: (C)
$Name
<?php $Name= Ajit; echo "$Name"; ?>
You must be Logged in to update hint/solution