Rabu, 16 Oktober 2013

PHP Indonesia - Facebook: tanya dong , kenapa ada muncul script nya pas di b...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
tanya dong , kenapa ada muncul script nya pas di b...
Oct 16th 2013, 13:57, by Bhaim Satria Kusuma

Bhaim Satria Kusuma 1:57pm Oct 16
tanya dong , kenapa ada muncul script nya pas di browser yah ? tolong yah master master :)

Reza Fauzan 1:59pm Oct 16
sessionny dobel.. coba cek line 3

Bhaim Satria Kusuma 2:00pm Oct 16
di line 3 nya seperti ini mas : if(!session_is_registered('id_user')) {

Reza Fauzan 2:01pm Oct 16
gak gini aja $_SESSION['id_user'] ?

Paysal Kharis 2:01pm Oct 16
ini pake login?

Bhaim Satria Kusuma 2:02pm Oct 16
iya pake login gan Paysal Kharis ..

Taufiq Muslih 2:03pm Oct 16
versi phpnya cek kemudian pake global session saja $_SESSION.. lebih detailnya baca manual phpnya :D

Fahmi Hilmansyah 2:03pm Oct 16
make $_SESSION aja

Bhaim Satria Kusuma 2:04pm Oct 16
okee agan agan saya coba :)

Paysal Kharis 2:04pm Oct 16
begini aja
session_start();
if(empty($_SESSION['user_id'])){
header('location: index.php');
}
else {
//code
}

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