Ver Mensaje Individual
  #10 (permalink)  
Antiguo 09/02/2016, 09:36
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Necesito alluda con GET id

al menos debería de ir oculta o algo asi:

Código PHP:
Ver original
  1. <form action='hnuevo.php' method='POST'>
  2.  
  3.       <table style="width: 800px;">
  4.           <tr  style="width: 800px;">
  5.        
  6. <td width="200"> <textarea  style="width:500px;height:400px" class='fields'  type='text' name='mensaje' size='20' maxlength='1000'  required/> </textarea>
  7.          
  8.           </tr>
  9.         </table>
  10. <!--esta es la id que recoges la cual es enviada desde el enlace-->
  11.  <input type="hidden" name="id" value="<?php echo $_get['id']; ?>/>
  12.        
  13. <input align='center' class='button'  type='submit' value='Publicar' />
  14.  
  15.        </form>
__________________
[email protected]
HITCEL