002 - print with echo and print command
hi rajat
with double inverted comma
without bracket
with bracket
withcomma
<?php // 002 - print with echo and print command echo "</br><span id='myheading'>002 - print with echo and print command</span></br>"; echo "hi rajat</br>"; echo "with double inverted comma</br>"; echo 'without bracket</br>'; echo ('with bracket</br>'); echo "with","comma</br>"; ?>