Mira necesito saber como mostrar los datos insertados en mi tabla en un formulario xk no tengo idea de como si me pudieran proporcionar un ejemplo ...
Miren este es mi formulario de ahi que hago...
Código PHP:
Ver original<form id="form1" name="form1" method="post" action="">
<table width="241" border="2">
<tr>
<th scope="col">Acceso :</th>
<th scope="col"><label>
<input type="text" name="acceso" id="acceso" />
</label></th>
</tr>
<tr>
<th scope="col">Usuario :</th>
<th scope="col"><label>
<input type="text" name="usuario" id="usuario" value=""/>
</label></th>
</tr>
<tr>
<th scope="row">password :</th>
<td><label>
<input type="text" name="password" id="password" value=""/>
</label></td>
</tr>
<tr>
<th scope="row"> </th>
<td><label>
<div align="right">
<input type="submit" name="modificar" id="modificar" value="Actualizar datos" />
</div>
</label></td>
</tr>
</table>
</form>
Mis dudas son que se hace despues diganme por fa me urge!!! Si no fuera mucha molestia espero y me ayuden ...