Rabu, 16 Oktober 2013

PHP Indonesia - Facebook: [ask] ?php session_start(); if(!session_is_regist...

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/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
[ask] ?php session_start(); if(!session_is_regist...
Oct 16th 2013, 11:53, by Zohar Cie GoQhiels

Zohar Cie GoQhiels 11:53am Oct 16
[ask]

?php
session_start();
if(!session_is_registered('user'))
{
header("location:login.php");
}
?>

error nya d skrip ini gan
if(!session_is_registered('user'))

mohon penjelasan gan

Gunawan Mujur Wibisono 11:56am Oct 16
session_is_registered udah gk ada lagi.. dah beda versi php

Zohar Cie GoQhiels 11:57am Oct 16
jd d gnti ap gan ane pke php 5

Gunawan Mujur Wibisono 11:58am Oct 16
isset()

Zohar Cie GoQhiels 11:59am Oct 16
letak dmnnya gan ane gk ngrti nie

Aris Gates 12:00pm Oct 16
Ganti dengan if(isset($_SESSION['user'])){ }else{}

Gunawan Mujur Wibisono 12:01pm Oct 16
if(isset($_SESSION[$nm]))
{
xxx
}else{
xxx
}

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