Or
<?
//php code
?>
you need to have set short_tags on for this to work, but php4 compiles by default with that option set (on Linux systems, anyway!)
Or, if you set your options right (check the PHP manual, I think it's enable_asp_tags in your php.ini file)
<%
//php code
%>