you know how in html you write:


<html>
html code
</html>

what do I do in PHP

like
<php>
</php>
that doesn't work

thanks in advance


dimava