嘿傢伙,所以我有一個體面的瞭解的PHP,但我不能得到這個工作,我知道我沒有使用它的權利,但我需要它做的是驗證用戶存在從兩個不同的會議,但不一定是在這兩種或其他類型的事情。隨着這heres的代碼。PHP或使用if語句
<?php session_start();
include('../../phpconfig/connect.php');
if(!session_is_registered(premiersounds_username)) || if(!session_is_registered(user)) {header("location:http://psdjs.co/login%20system/index.php?error=PLEASE LOGIN TO VEIW EVENTS!");}?>
好吧,我試過這個,你能告訴我我做錯了什麼。我不習慣isset我的代碼 '<?php session_start();包括('../../ phpconfig/connect.php'); (isset($ _ SESSION ['premiersounds_username']))|| (isset($ _ SESSION ['user'])){header(「location:http://psdjs.co/login%20system/index.php?error =請登錄VE W EVENTS!」);}?>' –
用括號括住你的整個條件。你這樣做:'if(a)|| (B)'。你需要這樣做:'如果((a)||(b))' – xbonez
它仍然不工作,所以我會問另一個問題哈哈。 –