If i'm embedding html into my php script is it better too:
1 echo "<HTML TAG>blah blah blah </HTML TAG>";
or
2 <?php blah blah ?> <HTML TAG>blah blah</HTML TAG> <?php blah blah ?>
Are there any fundamental differences in the above structures??
Thankx in advance