Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/11/2003, 12:19
Avatar de andinistas
andinistas
 
Fecha de Ingreso: julio-2003
Ubicación: Bogotá COL
Mensajes: 1.000
Antigüedad: 20 años, 9 meses
Puntos: 0
Sonrisa ok coloco el form

<FORM METHOD=POST ACTION="send1.php">
<INPUT TYPE="hidden" name="fechaoculta" value="<?=$Date?>">
<table width="100%" border="0" class="tableContenido" id="tmaestra">
<tr class="tableInformacionSubtitle">
<td><p align="center" class="tableInformacionSubtitle">Oficina del Alto Comisiona de Naciones Unidas para los Refugiados</p>
<p align="center" class="tableInformacionSubtitle">Formulario de seguimiento a los procesos de retorno. Parte I </p></td>
</tr>
<tr>
<td class="tableInformacionSubtitle">1.1 Lugar </td>
</tr>
<tr>
<td><table width="89%" border="0">
<tr>
<td colspan="4" class="tableInformacionSubtitle">Nota: Los campos marcados
con (*) son obligatorios al momento de enviar la informaci&oacute;n</td>
</tr>
<tr>
<td colspan="2" class="tableInformacionSubtitle">1.1.1 Lugar de Expulsi&oacute;n:</td>
<td colspan="2" class="tableInformacionSubtitle">1.1.2 Lugar de recepci&oacute;n</td>
</tr>
<tr>
<td width="17%" class="tableInformacionSubtitle">Departamento: </td>
<td width="25%"><input name="departamento1" type="text">
(*)</td>
<td width="13%" class="tableInformacionSubtitle">Departamento: </td>
<td width="45%"><input name="departamento2" type="text">
(*)</td>
</tr>
<tr>
<td class="tableInformacionSubtitle">Municipio:</td>
<td><input type="text" name="municipio1">
(*)</td>
<td class="tableInformacionSubtitle">Municipio:</td>
<td><input type="text" name="municipio2">
(*)</td>
</tr>
<tr>
<td class="tableInformacionSubtitle">Corregimiento:</td>
<td><input type="text" name="corregimiento1">
(*)</td>
<td class="tableInformacionSubtitle">Corregimiento:</td>
<td><input type="text" name="corregimiento2">
(*)</td>
</tr>
<tr>
<td class="tableInformacionSubtitle">Vereda:</td>
<td><input type="text" name="vereda1">
(*)</td>
<td class="tableInformacionSubtitle">Vereda:</td>
<td><input type="text" name="vereda2">
(*)</td>
</tr>
<tr>
<td colspan="4">&nbsp;</td>
</tr>
<tr>



ya arrelgle el $_POST pero sigue sin funcionar

ya verifique conexion y permisos en la tabla y esta bien.. que podra ser..

Última edición por andinistas; 11/11/2003 a las 12:22