I have:
Code: Select all
$destination = $_POST['destination'];
header("Location:". $destination);Code: Select all
Whats is wrong with it cause I can't get it to work at all! I just get an page can't be displayed message.Moderator: General Moderators
Code: Select all
$destination = $_POST['destination'];
header("Location:". $destination);Code: Select all
Whats is wrong with it cause I can't get it to work at all! I just get an page can't be displayed message.Code: Select all
var_dump($_POST['destination']);