sbagli l'ordine delle parentesi:
codice:echo "<table>\n"; while ($row = mysql_fetch_array($result)){ echo "<tr><td>"."<a href=\"view.php?id=$row[id]\">" . date("j/n/y", $row[data]) . " $row[titolo]</a> "."</td></tr>\n"; } echo "</table>\n";
sbagli l'ordine delle parentesi:
codice:echo "<table>\n"; while ($row = mysql_fetch_array($result)){ echo "<tr><td>"."<a href=\"view.php?id=$row[id]\">" . date("j/n/y", $row[data]) . " $row[titolo]</a> "."</td></tr>\n"; } echo "</table>\n";
think simple think ringo