003 - code using concatination
with dot ( concatination )

with html tags


23.58

with print command

23.58
<?php // 003 - code using concatination echo "</br><span class='myheading'>003 - code using concatination</span></br>"; echo "with "."dot ( concatination )</br>"; echo "<h1><i>with "."html tags</i></h1></br>"; echo 23.58; print "<h1><i>with print "."command </i></h1>"; print 23.58; ?>