infatti se faccio come hai scritto:
e poi faccio: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);
nn mi stampa nulla!!Codice PHP:
echo "$wer[Attaco]";