ye la cambié al methodo, pero aun ahora no me devuelve los valores, cuando agrego un gasto me devuelve solo el valor de la segunda columna, si agrego dos no me devuelve nada.
Código PHP:
<html><head></head><body>
<form name="frm" id="frm" method="post" action="post.php">
<table width="80"><tr><td>
<div id="bloque" style="float:left; width:80px; ">
<input type=text name="GtoFecha" id="GtoFecha" value="">
</div>
</td></tr>
<input type=submit>
</table>
</form>
<a href="#" title="" onClick="window.open('gastos.php')"
width="400" height="200">Gastos</a>
</body></html>