HOME
PHP
<?php $x="Hello I am learning PHP"; $y='Learn PHP'; echo $x; echo "
"; echo $y; ?>