Guest User

Untitled

a guest
May 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <form action = "consume.php" method = "post">
  2. //here I have a table containing a lot of inputs (numeric input/checkbox) based on an sql query
  3. <input type= "submit" value= "submit">
  4. </form>
  5.  
  6. if( isset($_POST)) {
  7. echo("post is set");
  8. }
  9. var_dump($_POST);
Add Comment
Please, Sign In to add comment