Posted by Bob Bedford on 10/18/06 06:27
> You don't "launch another page with exec()". Rather, you redirect to the
> new page with header('Location: pagename').
>
> Just be sure you don't create any output before this. And you can save
> the data you're working on in the session (or pass it as GET parameters).
I wanted to avoid to redirect as I've to pass by all records I've already
done every time I call the script again and this will be very long.
I've got an other answer it has been said to "refresh" the page. Will first
look at fsockopen then at this solution. Maybe I'll do both.
Thanks.
Bob
[Back to original message]
|