Ver Mensaje Individual
  #11 (permalink)  
Antiguo 09/02/2016, 10:29
davidvedia2011
 
Fecha de Ingreso: febrero-2016
Mensajes: 7
Antigüedad: 8 años, 2 meses
Puntos: 0
Respuesta: Necesito alluda con GET id

Cita:
Iniciado por xfxstudios Ver Mensaje
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>
Es perfecto, graba bien , pero se ve esto una vez echo el submit

Undefined variable: link y Warning: mysql_close() expects parameter 1 to be resource, null given