Hello,
I'm using PHP 4.4.4. After processing some data, I'd like to redirect
to another page for further data processing. The way I'm redirecting
right now is
header("Locatio n: next_page.php") ;
However, as you know this causes information to be sent to the client
before the next page is contacted. Is there a way I can go to
"next_page. php" without contacting the client?
Thanks, - Dave
I'm using PHP 4.4.4. After processing some data, I'd like to redirect
to another page for further data processing. The way I'm redirecting
right now is
header("Locatio n: next_page.php") ;
However, as you know this causes information to be sent to the client
before the next page is contacted. Is there a way I can go to
"next_page. php" without contacting the client?
Thanks, - Dave
Comment