Guest User

Untitled

a guest
Nov 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. replace line 7 w
  2.  
  3. }else{
  4. $procs=array("item","price");
  5. foreach($procs as $proc){
  6. $_SESSION['array'][]=array("key"=>$proc,"value"=>$_POST[$proc]);
  7. }
  8. }
  9. print_r($_SESSION);
Add Comment
Please, Sign In to add comment