Ciao a tutti
come faccio a importare nel form nome tutti i nomi contenuti nella tabella dipendenti campo nome?
questo è il codice
Grazie
Ciao
come faccio a importare nel form nome tutti i nomi contenuti nella tabella dipendenti campo nome?
questo è il codice
PHP:
<form action="nome.php" method="post" >
<table width="1019" border="0" align="center" cellpadding="5" cellspacing="0" bordercolor="#c0c0c0" >
<tr>
<td width="340">Nome <input name="nome" type="text" />
<input type="submit" name="Submit" value="CERCA" /></td>
</tr>
</table>
</form>
Grazie
Ciao