Ver Mensaje Individual
  #11 (permalink)  
Antiguo 02/04/2006, 11:12
gingerk
 
Fecha de Ingreso: enero-2006
Mensajes: 140
Antigüedad: 18 años, 3 meses
Puntos: 0
gastos2.php
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
    background-color: #666666;
}
.Estilo1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
-->
</style>
</head>
<body>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<form name="form1" method="post" action="gastos.php">
  <table width="50%"  border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td bgcolor="#E7DED1"><div align="center">
        <input type="hidden" name="user" value="....">
        <input type="hidden" name="pass" value=".....">
        <br>
      </div>
        <div align="center" class="Estilo1">Registro insertado <br>
          <input name="Volver" type="submit" id="Volver" value="Volver">
        </div></td>
    </tr>
  </table>
</form>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center" class="Estilo1">&nbsp;</p>
</body>
</html>
<?php
echo $_POST["descenero"]." - ".$_POST["impenero"]; 
echo 
$_POST["descfebrero"]. " - ".$_POST["impfebrero"];
echo 
$_POST["descmarzo"]." - ".$_POST["impmarzo"];
echo 
$_POST["descabril"]." - ".$_POST["impabril"];
echo 
$_POST["descmayo"]." - ".$_POST["impmayo"];
echo 
$_POST["descjunio"]." - ".$_POST["impjunio"];
echo 
$_POST["descjulio"]." - ".$POST["impjilio"];
echo 
$_POST["descagosto"]." - ".$_POST["impagosto"];
echo 
$_POST["descseptiembre"]." - ".$_POST["impseptiembre"];
echo 
$_POST["descoctubre"]." - ".$_POST["impoctubre"];
echo 
$_POST["descnoviembre"]." - ".$_POST["impnoviembre"];
echo 
$_POST["descdiciembre"]." - ".$_POST["impdiciembre"];
?>