1.

What will be the output of the following PHP code ?
<?php
$Name= Ajit;
echo " $Name";
?>

A. Ajit
B. Error
C. $Name
D. Nothing
E. None of these
Answer» D. Nothing


Discussion

No Comment Found

Related MCQs