Ver Mensaje Individual
  #25 (permalink)  
Antiguo 23/04/2013, 15:44
Avatar de David
David
Moderador
 
Fecha de Ingreso: abril-2005
Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años
Puntos: 839
Respuesta: Asignar variable a imagen

Podría ser:
Código HTML:
Ver original
  1. <form method="get">
  2.     <input type="hidden" name="valores" value="<?php echo $_GET['valores']?>">
  3.     <input type="text" name="nuevovalor" value="">
  4.     <input type="submit">
  5. </form>
Debes tener en cuenta que tendrás que procesar también $_GET['nuevovalor'] al recibir el formulario.
__________________
Por favor, antes de preguntar, revisa la Guía para realizar preguntas.