Möchte eine Seite automatisch aufrufen lassen:
Er gibt mir aus: $country = all, $array4[0] = all, speciality_id=5
Leider leitet er mich nicht weiter.
PHP-Code:
<?
include ("checkuser.php");
include ("../zugang.php");
session_start ();
$array4 = $_SESSION['array'];
echo $country;
echo $array4[0];
echo $speciality_id;
If ($country =='all' && $array4[0]=='all' && $speciality_id !='all') { header('Location:ind_step6_new.php'); exit; }
?>
Leider leitet er mich nicht weiter.
Kommentar