Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/02/2007, 13:47
sam3110
 
Fecha de Ingreso: febrero-2007
Mensajes: 3
Antigüedad: 17 años, 10 meses
Puntos: 0
Re: Rellenar campo de texto automáticamente con info del link

me hablaron por ahí de la variable $_get ....pero no entiendo casi nada cómo funciona php, ...todo el formulario debería ser en este lenguaje o puedo agregar algun complemento a mi formulario en html? este es el código que tengo, agregando algunas líneas de php podría hacerlo?

<form action="send.php" method="post" name="form2" class="Estilo6" id="form2">
<table width="245" height="326" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="36" colspan="2" align="center" class="Estilo31"><p>&nbsp;</p>
<p></p></td>
</tr>
<tr>
<td width="62" height="22" class="Estilo31"><div align="left"><span class="Estilo28"><strong>Nombre</strong>: </span></div></td>
<td width="183" class="Estilo31"><div align="left">
<input name="name" type="text" id="name" size="29" />
</div></td>
</tr>
<tr>
<td height="22" class="Estilo33">Referido por </td>
<td class="Estilo31"><input name="referido" type="text" id="referido" size="29" /></td>
</tr>
<tr>
<td height="22" class="Estilo31"><div align="left"><span class="Estilo28"><strong>E-mail</strong>:</span></div></td>
<td class="Estilo31"><div align="left">
<input name="email" type="text" id="email" size="29" />
</div></td>
</tr>
<tr>
<td height="200" colspan="2" class="Estilo31">
<br />
<span class="Estilo28"><strong>Mensaje</strong>:<br />
<textarea name="message" cols="38" rows="10" id="message"></textarea>
</span>
<p> </p></td></tr>
<tr>
<td height="24" colspan="2" align="center" class="Estilo31"><span class="Estilo32">
<input name="enviar" type="submit" class="Estilo32" id="enviar" value="Enviar" />
</span></td>
</tr>
</table>
</form>


Muchas gracias

Última edición por sam3110; 25/02/2007 a las 13:59