|
Posted by laredotornado@zipmail.com on 10/09/06 13:23
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("Location: 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
Navigation:
[Reply to this message]
|