Re: redirection question
- From: Krustov <me@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 01:10:05 -0000
<comp.lang.php>
<Gunnar G>
<Tue, 30 Jan 2007 23:09:59 GMT>
<bfQvh.30769$E02.12266@xxxxxxxxxxxxxxx>
Perhaps this is not the best design right now in my php script, but I've
just started with php after a long break.
The thing is that I enter a page called foo1.php, this script do some
calculations and should then send directly send the user to a page called
foo2.php together with the variables $bar and $bar2.
On the page foo1.php there will be no input or any clicking required by the
user. Just as soon as the values are calculated, it should continue.
How can I achieve this?
Is there any good valid reason why you want to redirect to foo2.php ? .
Why not just do the calculations in foo1.php and then display the
results underneath in foo1.php when they are done .
--
www.phptakeaway.co.uk
(work in progress)
.
- Follow-Ups:
- Re: redirection question
- From: GAMEchief
- Re: redirection question
- References:
- redirection question
- From: Gunnar G
- redirection question
- Prev by Date: Re: Dumping an array to a web page
- Next by Date: Re: event calendar problem
- Previous by thread: Re: redirection question
- Next by thread: Re: redirection question
- Index(es):
Relevant Pages
|