I have an html page that I can't use php in. php has to be in my cgi-bin folder

I can't call

<?
include file

?>

I read somewhere you can call it like this

<spript language=php>

</script>

does this work if I like use it for a counter or anything else.

scoutt