Lost session varible between pages,该怎么解决

WBOY
Lepaskan: 2016-06-13 10:03:42
asal
876 orang telah melayarinya

Lost session varible between pages
movie1.php
$_session['username']="Jhon";
$_session['authuser']=1;
?>


Find my favorite movie!


$myfavmovie=urlencode("transformers");
echo "";
echo "Click here to see information about my favorite movie!
";
echo "
".$_session['username']; //ok, display Jhon



?>



moviesite.php
/*
if ($_session['authuser'] != 1){
echo $_session['authuser'];
echo "Sorry, but you don't have pemission to view the page, you loser!";
exit();
}
*/
?>


My movie site - <?php echo $_request['favmovie']; ?>


Welcome to our site, 
! //doesn't work, display nothing,why?

My favorite movie is 
! //doesn't work, display nothing,why?



My movie rating for this movie is: 




//register_globles = OFF

------解决方案--------------------
$_SESSION大写
Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan