Codice PHP:
<html>
<head>
</head>

<body>
<?php

// Stampa i numeri compresi tra 10 e 15

for ($a=10$a 15; ++$a)
{
    print 
"$a";
//metti le parentesi graffe

?>
</body>
</html>
E come ti è già stato detto, un file php va salvato con estensione php