Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<?php session_start();
class wap{
function terhapus($ic){
unset($_SESSION['wap'][$ic]);
}
function tersimpan($a,$b,$c,$d,$e,$f){
$_SESSION['wap'][$a."|".$b."|".$c."|".$d."|".$e."|".$f] += 1;
}
}
?>