Meli20 commited on
Commit
e354fc0
·
1 Parent(s): 5a4fe8a

agregamos compras.php

Browse files
Files changed (1) hide show
  1. app/compras.php +5 -0
app/compras.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ <?php include_once("inc/header.php");?>
2
+ <?php
3
+ var_dump ($_GET);
4
+ ?>
5
+ <?php include_once("inc/footer.php");?>