prova così
e vedi che errore dà...Codice PHP:
echo "<table cellpading=0 cellspacing=4><tr>";
$query10=mysql_query("select * from `EN-menu` order by id") or die('Ops! '.mysql_error());
$x=0;
while ($row10=mysql_fetch_assoc($query10))
{
$x=$x+1;
if ($x==6){
echo "</tr><tr>";
}
quegli apici di traverso si ottengono con ALT+096