Re: [請益] 這是不是可以用 PHP 寫?

看板PHP作者 (^_^)時間19年前 (2005/11/23 22:04), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《jikotw74 (Deep)》之銘言: : 首先在主頁index.php下手腳 : <?php : session_start(); : $_SESSION['session_var_user'] = "abc"; (隨便一串字) : ?> : 然後到子頁sub.php : <?php : session_start(); : if( $_SESSION['session_var_user'] != "abc" ) : { : header('Location: index.php') ; : } : ?> : 推 johnney:這會 header 到首頁...但 frame 內還是不要所要的頁面... 11/22 23:45 : 推 andreli:沒錯 11/23 00:28 變通的方法.. header('Location: index.php?f1=f1.php&f2=f2.php') ; 送給index.php判斷.. 都沒有就是預設頁面.. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.62.155.53
文章代碼(AID): #13X7RzUQ (PHP)
文章代碼(AID): #13X7RzUQ (PHP)