infatti se faccio come hai scritto:
Codice PHP:
$query "SELECT Nick,Stato,Simbolo,UNIX_TIMESTAMP(Attacco),Ultima_Arma FROM pgu WHERE Nick='$user_id'"$result mysql_query($query$db);
$wer mysql_fetch_array($result); 
e poi faccio:
Codice PHP:
echo "$wer[Attaco]"
nn mi stampa nulla!!