Ho provato ma non mostra il link adesso, neppure al mio utente che ha id_user = 2 e admin = 1



rimetto il codice

codice:
function LinkGestione($Gst_Titolo, $Gst_Link) { 
return '<div style="position: absolute; left:10px; top: 10px;">'.($Gst_Titolo).'</body></div>';  
} 

$sql = "SELECT id_utente FROM struttura_admin WHERE id_utente = '".$id_utente."' AND admin='1'"; 
           $res = @mysql_query($sql); 
           if($res && @mysql_num_rows($res) > 0) { 
           $risultato=LinkGestione('Gestione2', 'core/screen.php'); 
           echo $risultato; 
           }