Re: [PHP] Making a page loop with header('Location: ...

2005-06-10 Thread Marcus Bointon
On 10 Jun 2005, at 00:36, Joe Harman wrote: I've ran into a little bit of a snag with php execution time... so, i need to execute the page a few times so that I can split the operation up into multiple parts... my other option would be to make a javascript reload A more elegant solution is to

Re: [PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Marek Kilimajer
Joe Harman wrote: On 6/9/05, Richard Davey <[EMAIL PROTECTED]> wrote: Hello Joe, Friday, June 10, 2005, 12:36:13 AM, you wrote: JH> is it possible to make a page loop with header('Location : JH> page.php')??? JH> I've ran into a little bit of a snag with php execution time... JH> so, i need

Re: [PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Joe Harman
On 6/9/05, Richard Davey <[EMAIL PROTECTED]> wrote: > Hello Joe, > > Friday, June 10, 2005, 12:36:13 AM, you wrote: > > JH> is it possible to make a page loop with header('Location : > JH> page.php')??? > > JH> I've ran into a little bit of a snag with php execution time... > JH> so, i need to e

Re: [PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Marek Kilimajer
Joe Harman wrote: is it possible to make a page loop with header('Location : page.php')??? I've ran into a little bit of a snag with php execution time... so, i need to execute the page a few times so that I can split the operation up into multiple parts... my other option would be to make a jav

Re: [PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Richard Davey
Hello Joe, Friday, June 10, 2005, 12:36:13 AM, you wrote: JH> is it possible to make a page loop with header('Location : JH> page.php')??? JH> I've ran into a little bit of a snag with php execution time... JH> so, i need to execute the page a few times so that I can split the JH> operation up i

[PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Joe Harman
is it possible to make a page loop with header('Location : page.php')??? I've ran into a little bit of a snag with php execution time... so, i need to execute the page a few times so that I can split the operation up into multiple parts... my other option would be to make a javascript reload --