il codice che ho postato mi crea la tabella con le variabili che il form a preso al momento della registrazione comunque il codice e:

if(!isset($start)) $start = 0;
$result = mysql_query($query); //you should do error checking
$lettura_risultati=mysql_query("SELECT * FROM guestbook LIMIT " . $start . ", 4");
while($scatola_temporanea=mysql_fetch_array($lettu ra_risultati)){

$nomee=$scatola_temporanea["nome"];
$nicknamee=$scatola_temporanea["nickname"];
$natoo=$scatola_temporanea["nato"];
$professionee=$scatola_temporanea["professione"];
$etaa=$scatola_temporanea["eta"];
$dj_preferitoo=$scatola_temporanea["dj_preferito"];
$rave_fattii=$scatola_temporanea["rave_fatti"];
$sito_preferitoo=$scatola_temporanea["sito_preferito"];
$come_sivestee=$scatola_temporanea["come_siveste"];
$messaggioo=$scatola_temporanea["messaggio"];
$fotoo=$scatola_temporanea["img1"];

echo "<table align='center' width='390' border='1' bordercolor='#0000FF'
<tr>
<td width='314'><table width='245' height='31' border='1'>
<tr>
<td width='118'><font color='yellow'>Nome</font></td>
<td width='184'><font color='yellow'>$nomee</font></td>
</tr>
<tr>
<td><font color='yellow'>Nickname </font></td>
<td><font color='yellow'>$nicknamee</font></td>
</tr>
<tr>
<td><font color='yellow'>Nato </font></td>
<td><font color='yellow'>$natoo</font></td>
</tr>
<tr>
<td><font color='yellow'>Professione </font></td>
<td><font color='yellow'>$professionee</font></td>
</tr>
<tr>
<td><font color='yellow'>Eta </font></td>
<td><font color='yellow'>$etaa</font></td>
</tr>
<tr>
<td><font color='yellow'>Dj preferito </font></td>
<td><font color='yellow'>$dj_preferitoo</font></td>
</tr>
<tr>
<td><font color='yellow'>Rave fatti </font></td>
<td><font color='yellow'>$rave_fattii</font></td>
</tr>
<tr>
<td><font color='yellow'>Sito preferito </font></td>
<td><font color='yellow'>$sito_preferitoo</font></td>
</tr>
<tr>
<td><font color='yellow'>Come si veste <font></td>
<td><font color='yellow'>$come_sivestee</font></td>
</tr>
<tr>
<td><font color='yellow'>Messaggio </font></td>
<td><font color='yellow'>$messaggioo</font></td>
</tr>
<tr>
<td><font color='yellow'>Foto $fotoo </font></td>
<td> <img src=\"percordo"/form/foto/$fotoo\" width=\"150\" height=\"150\">;</td>
</tr>

</table></td>
<td width='361'><table width='245' height='31' border='1'>

</table></td>
</tr>
</table>
<td width='400'></td>
<tr>
<td></td>
</tr>
</tr>
</table>";
spero di essere stato piu o meno chiaro, Ciao e grazie.