Advertisement
chcosta

previousarray

Apr 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. page1
  2.  
  3. Code for that page and call page2 for print table and some operations.
  4.  
  5. Try to use: $total = $_SESSION['total'];
  6.  
  7. page2
  8.  
  9. Code for print table and do that operations mention in last page
  10.  
  11. var_dump($total); -> is array
  12.  
  13. Try to use: $_SESSION['total'] = $total;
  14.  
  15. I want to use that variable in previous page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement