2011-11-14 218 views

回答

0
<?php 
    session_start(); 

    if ($_SESSION['decision'] == 'agreed') { 
    header("Location: pageAfterAgree.php"); 
    } else { 
    header("Location: pageAfterDisagree.php"); 
    } 
?> 
+0

不確定您的意思是由$ conditiomet?如何在PHP中設置$ conditiomet來檢查會話? –

+0

是的,$ conditionmet可能是一個會話變量。 –