Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php session_start();
  2. class wap{
  3.  
  4.  
  5.  
  6. function terhapus($ic){
  7. unset($_SESSION['wap'][$ic]);
  8. }
  9.  
  10. function tersimpan($a,$b,$c,$d,$e,$f){
  11.  
  12. $_SESSION['wap'][$a."|".$b."|".$c."|".$d."|".$e."|".$f] += 1;
  13.  
  14. }
  15.  
  16.  
  17.  
  18.  
  19.  
  20. }
  21.  
  22. ?>