">
<?php$Color1 = "RED";$Color2 = "YELLOW";print("$Color1$Color2");?>
This is same as the echo statement.
Previous Question Next Question
Your comments will be displayed only after manual approval.