ciao vorrei sapere xkè questo errore mi spunta:


Parse error: parse error, unexpected $ in /membri/starfinger/news/starfinger_0002.php on line 13


in questo codice:

<?

include ('config.php');

$sql = " premessaggio,titolo,data FROM news ORDER BY data ASC";
$res = @mysql_query($sql);

while( $row = @mysql_result($res) )
{


?>

grazie
ciao