Ver Mensaje Individual
  #20 (permalink)  
Antiguo 30/09/2010, 14:24
Avatar de mexbale
mexbale
 
Fecha de Ingreso: septiembre-2010
Ubicación: Iztapalapa
Mensajes: 146
Antigüedad: 13 años, 7 meses
Puntos: 1
Respuesta: probrema con index

ECHO:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JAJAJAJA</title>
</head>
<body>
<?PHP
$FOLIO = $_POST['FOLIO'] = trim($_POST['FOLIO']);
$CVE_ENT = $_POST['CVE_ENT'] = trim($_POST['CVE_ENT']);
$CVE_MUN = $_POST['CVE_MUN'] = trim($_POST['CVE_MUN']);
$CVE_LOC = $_POST['CVE_LOC'] = trim($_POST['CVE_LOC']);
$CVE_AGEB = $_POST['CVE_AGEB'] = trim($_POST['CVE_AGEB']);
$MZA = $_POST['MZA'] = trim($_POST['MZA']);
$NUM_CAP = $_POST['NUM_CAP'] = trim($_POST['NUM_CAP']);
$NOMBRE = $_POST['NOMBRE'] = trim($_POST['NOMBRE']);
echo '<b>DATOS ' .$FOLIO. ', ' .$CVE_ENT. ', ' .$CVE_MUN. ', ' .$CVE_LOC. ', ' .$CVE_AGEB. ', ' .$MZA. ', ' .$NUM_CAP. ', ' .$NOMBRE. '<br/>';
?>
</body>
</html>


ESPERO QUE ALGUIEN ME PUEDA AYUDAR DE ANTEMANO LES DOY LAS GRACIAS