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í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> </p>
<p> </p>
<p> </p>
<p> </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> </p>
<p> </p>
<p align="center" class="Estilo1"> </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"];
?>