- Code: Select all
header("Location: http://www.website.com");
make sure you use the entire http://blah..ablah because some browsers do not like to redirect to a non full url call.
your other option would be to use GET method instead
Moderators: macek, egami, gesf
header("Location: http://www.website.com");

Return to PHP coding => General
Users browsing this forum: No registered users and 5 guests