Codice PHP:
$evento=$_GET['evento'];

mysql_select_db($database_news$news);
$query_eventi "SELECT * FROM eventi WHERE eventi.id_evento=\"$evento\""