Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/05/2005, 11:36
Avatar de Charsmy
Charsmy
 
Fecha de Ingreso: mayo-2005
Ubicación: Mexico. Queretaro
Mensajes: 26
Antigüedad: 19 años
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>