Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/05/2013, 07:56
ofertasdiarias
 
Fecha de Ingreso: marzo-2011
Mensajes: 115
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: comentar publicacion y mandar mail

este es el form con el cual le preguntan al usuario :
Código PHP:
Ver original
  1. <form action="<?php echo $editFormAction; ?>" method="post" name="form1" id="form1">
  2.             <table width="" align="center">
  3.             <tr valign="baseline">
  4.               <td nowrap="nowrap" align="right">De:</td>
  5.               <td><input name="de" type="text" id="de" value="" size="32" /></td>
  6.             </tr>
  7.             <tr valign="baseline">
  8.               <td nowrap="nowrap" align="right">Email:</td>
  9.               <td><input name="emails" type="text" id="emails" value="" size="32" /></td>
  10.             </tr>
  11.             <tr valign="baseline">
  12.               <td nowrap="nowrap" align="right" valign="top">Mensaje:</td>
  13.               <td><textarea name="mensaje" cols="80" rows="5" id="mensaje"></textarea></td>
  14.             </tr>
  15.             <tr valign="baseline">
  16.               <td nowrap="nowrap" align="right">&nbsp;</td>
  17.               <td><input type="submit" value="  Hacer Pregunta  " /></td>
  18.             </tr>
  19.           </table>
  20.           <input type="hidden" name="id_noticia" value="<?php echo $row_detallesdelclasificado['id_rubro']; ?>" />
  21.           <input type="hidden" name="id_user" value="<?php echo $row_usuario['id_user']; ?>" />
  22.           <input type="hidden" name="fecha" value="" />
  23.           <input type="hidden" name="para" value="<?php echo $row_detallesdelclasificado['id_user']; ?>" />
  24.           <input type="hidden" name="MM_insert" value="form1" />
  25.           </form>