aggiungi

Codice PHP:
print_r($row_utente); exit(); 
dopo

Codice PHP:
$row_utente =mysql_fetch_array($result_utente); 
e verifica che id_login abbia un valore...