visto che tra gli errori compare l'uso di costanti non definite ho fatto qualche modifica, intanto prova così, se non va, posta..

Codice PHP:
<body bgcolor="#6699FF"> 

<div align="center"> 
<center> 
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%" id="AutoNumber1"> 
<tr> 
<td width="100%">  

 

<?php 

include(
"pages/pezzo1.htm"); 

?> 

 

</td> 
</tr> 
<tr> 
<td width="100%"> 



</td> 
</tr> 
<tr> 
<td width="100%"> </td> 
</tr> 
<tr> 
<td width="100%"> 

 

<?php 

if ( $_GET['page1'] == ""

include(
"pages/pezzo2.htm"); 

else 

include(
"pages/" $_GET['page1'] . ".htm"); 


?> 
 

</td> 
</tr> 
<tr> 
<td width="100%"> </td> 
</tr> 
<tr> 
<td width="100%"> 

 

<?php 

if ( $_GET['page2'] == ""

include(
"pages/pezzo2.htm"); 

else 

include(
"pages/" $_GET['page2'] . ".htm"); 


?> 
 

</td> 
</tr> 
<tr> 
<td width="100%"> </td> 
</tr> 
<tr> 
<td width="100%"> </td> 
</tr> 
</table> 
</center> 
</div> 

</body>