Senin, 02 September 2013

PHP Indonesia - Facebook: logout ga jalan, di mana salah nya ya master, moho...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
logout ga jalan, di mana salah nya ya master, moho...
Sep 2nd 2013, 09:48, by Ery Shelter

Ery Shelter 9:48am Sep 2
logout ga jalan, di mana salah nya ya master, mohon solusi. suwun...
<?php session_start();
if (session_is_registered('user_id'))
{
session_unregister("user_id");
session_unregister("user_name");
echo "<script> document.location.href='index.php?page=1'; </script>";

}else{
echo "<script> document.location.href='akses.php?go=session'; </script>";
}
?>

Yohanez Agustinus 9:51am Sep 2
pake session_destroy()

Aris Gates 9:51am Sep 2
tambahkan session_destroy();

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar