Hi,
Commonly when you use header() to redirect, you get an error if any previous content has been executed.
How, then, do some websites display a message saying ('you should be redirected within X seconds - if you are not, click here') etc.?
This is what i need to do.
Many thanks
Mark
Redirecting after a page has been displayed
Moderator: General Moderators
These pages are usually intermediate pages that serves the only purpose of processing information then redirection.
10 would be the number of seconds to wait until redirection, the url would be the page that's being directed to
Code: Select all
<html>
<head>
<title>title</title>
<meta http-equiv="refresh" content="10; url=http://www.someurl.com/">
</head>Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.