valore tabella in campo form

  1. M

    [PHP] valore tabella in campo form

    ciao a tutti, volevo sapere se era possibile fare apparire il valore di questo script in un campo di un form anzichè come testo: $dati = mysql_query("select id from Utenti WHERE email='$user'"); while ($array = mysql_fetch_array($dati)) { echo "$array[id]"; } Grazie