Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $actionInput = $_POST["actionInput"];
  2.  
  3. $actionInput1 = $_POST["actionInput1"];
  4. $actionInput2 = $_POST["actionInput2"];
  5. $actionInput3 = $_POST["actionInput3"];
  6.  
  7. <input type=text name="actioninput[]" />
  8.  
  9. print_r($_POST);
  10.  
  11. <input type=text name="inputs[]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement