
27/05/2005, 11:36
|
 | | | Fecha de Ingreso: mayo-2005 Ubicación: Mexico. Queretaro
Mensajes: 26
Antigüedad: 19 años, 9 meses Puntos: 0 | |
y tambien lo intente asi
PAGINA "y"
<form name="variable" method="POST">
<?php
$select = $_POST['addchannel'];
echo "<input type=\"text\" value=\"$select\">";
?>
</form> |