scusate io ho nel file.php questa parte di codice:

codice:
if($pag == 2){
echo"
<table border='2' width='338' height='247' style='position: relative; top: 100' bordercolor='#000000'>
				<tr>
					<td width='115' height='28'>Cantiere:</td>
					<td width='211' height='28' colspan='2'>
					<p align='center'><u>$nome</u></td>
				</tr>
				<tr>
					<td width='115' height='28'>Descrizione:</td>
					<td width='211' height='28' colspan='2'>$ds</td>
				</tr>
				<tr>
					<td width='115' height='82' align='center'>
					[img][/img]</td>
					<td width='115' height='85' align='center'></td>
					<td width='106' height='82' align='center'></td>
				</tr>
				<tr>
					<td width='115' height='85' align='center'></td>
					<td width='115' height='85' align='center'></td>
					<td width='115' height='85' align='center'></td>
				</tr>
			</table>";
}
però nella tabella di fronte alla scritta Nome: e di fronte alla scritta Descrizione: dovrebbero apparire due righe /da notare le due variabili che costituirebbero il testo delle due righe), invece non è così! eppure se copio il codice della pagina html generata dal sorgente in php e la incollo in frontpage le due righe appaiono :master:

sapete aiutarmi?