ho un pò di problemi ad inserire del codice php in una pagina xhtml...

questa è la mia pagina:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Special Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="../teikoku2style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="titolo">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="titolosx" height="105" width="535"></td>
<td class="titolodx" width="225"></td>
</tr>
</tbody>
</table>
</div>
<div id="destra">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="4" class="anime" height="130"></td>
</tr>
<tr>
<td colspan="4" class="imgdown" height="44"></td>
</tr>
<tr>
<td valign="top" width="27">[img]../teikoku2/codarancio.gif[/img]</td>
<td align="left" valign="top" width="98">Special Gallery

Midi

Icone</td>
<td align="center" valign="top" width="12"></td>
<td align="left" valign="top" width="93">Games

ScreenMate

Skin Winamp</td>
</tr>
<tr>
<td colspan="4" align="left">[img]../teikoku2/faccinabionda.png[/img][img]../teikoku2/tagboard.png[/img]</td>
</tr>
<tr>
<td colspan="4">
<div id="cboxdiv" align="left"> <iframe src="http://www2.cbox.ws/box/?boxid=1348957&amp;boxtag=1715&amp;sec=main" marginheight="2" marginwidth="2" name="cboxmain" style="border: 1px solid rgb(0, 0, 0);" id="cboxmain" frameborder="0" height="100" scrolling="auto" width="220"></iframe>


<iframe src="http://www2.cbox.ws/box/?boxid=1348957&amp;boxtag=1715&amp;sec=form" marginheight="2" marginwidth="2" name="cboxform" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(0, 0, 0) rgb(0, 0, 0); border-width: 0px 1px 1px;" id="cboxform" frameborder="0" height="75" scrolling="no" width="220"></iframe> </div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="centro2">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="3" align="left">qui metterei il codice php</td>
</tr>
<tr>
<td colspan="3" align="left">[img]../teikoku2/contsx.png[/img][img]../teikoku2/contdx.png[/img]
</td>
</tr>
<tr>
<td width="240" height="10">[img]specialg.jpg[/img]</td>
<td width="237" colspan="2" valign="top"></td>
</tr>
</tbody>
</table>
</div>
<div id="foot">
<table class="foot_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="12" colspan="2"></td>
</tr>
<tr>
<td width="175"></td>
<td class="cellafoot" valign="top">Sito Ideato e Creato da Giacomo Bortolotti.
Tutto il materiale presente nel sito &egrave; frutto di ricerche sul web.
Tutti i diritti e i &copy; sono dei rispettivi autori.

Risoluzione: 800x600; Sito Online dal: 20/02/06 - SITE BY FAN 4 FAN

[img]../w3c_xhtml.png[/img]
[img]../w3c_css.gif[/img]
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
la pagina è valida ma se provo ad inserire un semplicissimo script php tipo
<?php
echo "Ciao";
?>

mi genera errore
link

dove sbaglio???