2005 wrote:halojoy, thank you for your answer. I know about "header". I like this way of redirection but it will work only in case if there is no output before it. So, "echo" is not possible before "header". And at the beginning of php file i have things like
include_once 'header.php';
opentable();
If I want to use "header" I have to redesign all scripts.
I dont know why, but everyone seems must have auto-redirections.
Because it is fancy?
At the same time, we dont like websites that redirects you
so you are toally lost and have no control where they sent you.
I often use a simple
<a href="goto.php">goto next</a>
People know how to CLICK!!!
and many like to know what is happening. = be in control of their own browser
I suggest you overcome your issues/problems
by using
simple but good normal links
/halojoy, July 2006
.