">
<?php$name1= Ajit;$name2= Rahul;echo "$name1"."$name2";?>
It has to be $name1= “Ajit”; and $name2= “Rahul”; therefore the error.
Previous Question Next Question
Your comments will be displayed only after manual approval.