allora... per l'ennesimo sito statico ho deciso di usare php per includere navigazione e header, pero' i file ci sono tutti.

nel senso che c'e' index.php, articolo.php, articolo2.php... insomma, come se fosse un sito statico.

c'e' un altro file che genera dell'html con una funzione... io passo il codice e la funzione mi stampa il box o quel che mi serve. (ho degli elementi che si ripetono in varie pagine)...

adesso, dal programmatore mi arriva questa mail (mi scuso ma e' in inglese)


Also just to confirm, I thought that you were only going to use PHP to generate the HTML for the site, but it looks as if you are using it on the site. I understand that it provides a cleaner method for upgrading and ongoing maintance of the site, however it adds an additional overhead of having to use PHP to generate each of the pages, whereas if you use the PHP to publish the site to static html this will result in a lighter load on the server, and since this is a shared virtual instance of apache, would be prefered.
ma... si sta contraddicendo da solo? potete aiutarmi?