i made this:
$query1=mysql_query("select id, testo, titolo from events order by DESC WHERE id < 225 LIMIT 1");
while($query2=mysql_fetch_array($query1))
{
echo $query2['titolo'];
}
But doesn't work, i don't understand why, someone can help me? I think the problem is in the query.
UPDATE: I made two mistakes:
The first: i have missing the column name in order by clause. The second: The position of ORDER