Man kan faktisk også bruge
<script language=\"php\">
</script>
Ref:
1. <? echo (\"this is the simplest, an SGML processing instruction\\n\"); ?>
2. <?php echo(\"if you want to serve XHTML or XML documents, do like this\\n\"); ?>
3. <script language=\"php\">
echo (\"some editors (like FrontPage) don\'t
like processing instructions\");
</script>
4. <% echo (\"You may optionally use ASP-style tags\"); %>
<%= $variable; # This is a shortcut for \"<%echo ..\" %>
More:
http://www.php.net/manual/en/language.basic-syntax.php