Guest User

Untitled

a guest
Feb 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $a=1;
  2. while($a<=15){
  3. if($_POST['id'.$a.'']){
  4. $_SESSION['shown_row']=$_POST['id'.$a.''];
  5. }else{
  6. $a++;
  7. }
  8. }
Add Comment
Please, Sign In to add comment