Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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;
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment