Advertisement
Guest User

Untitled

a guest
Dec 19th, 2012
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_POST['users'])) {
  4. foreach ($_POST['users'] as $row => $user) {
  5. // Do somehting with $user['name'] and what ever else you added previously
  6. }
  7. } else {
  8. echo 'No Users';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement