|
Posted by Rik on 12/05/05 20:53
Freebird wrote:
> work, I even did a script that would header location every 1
> insert to be SURE that the page will not expire, but header location
> just doesn't load the page, doesn't work at all, does anybody have an
> example of that ??
header('Location:$yourpage?start=$start);
Make that's before any output to the user, including white spaces.
> Like I said, any piece of code will help,
> remembering that I can't use set_time_limit, and header location did
> not work for me.
Doesn't the header() function work or the suggested method, for which I
cannot think up an alternative?
Grtz,
Rik
[Back to original message]
|