Advertisement
Guest User

Profile page

a guest
Apr 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. //profile.php page
  3. foreach($usermap as $ud){
  4. ?>
  5. <div class="col-sm-3">
  6. <?php
  7. $postuserid=(isset($_POST['userid'])) ? $_POST['userid']:'';
  8.  
  9.  
  10. echo $userId= $ud['id'];?>
  11. <a
  12. href='edit.php?id=<?php echo $userId;?>'>
  13. Edit</a>
  14.  
  15. <?php
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement