![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/05/2005, 11:59
|
![Avatar de Charsmy](http://static.forosdelweb.com/customavatars/avatar102529_1.gif) | | | Fecha de Ingreso: mayo-2005 Ubicación: Mexico. Queretaro
Mensajes: 26
Antigüedad: 19 años, 8 meses Puntos: 0 | |
No aun no queda y no se por que???
PAGINA "x"
<form name="form1" method="post">
<select type="text" name="addchannel">
<option value="">--------</option>
<option value="A1">A1</option>
<option value="A2">A2</option>
<option value="D1">D1</option>
<option value="D2">D2</option>
</select>
PAGINA "Y"
<form name="variable" method="post">
<?php
$select = $_POST['addchannel'];
echo $select;
echo '<input type="text" value="'.$select.'">';
?>
</form> |