I guess this is an easy conversion, nothing fancy.
My current PHP code is:
<td>
<?php include ("header.html");
?>
</td>
THEN I found out that the server Im trying to host it on doesn't support PHP but it DOES support ASP.
What should the ASP code look like? Or am I completly mistaken? Thanks you guys!