[PHP] Re: Refresh (F5) adds another SQL record.

2005-05-18 Thread Robert Meyer
Hello to all that responded. Thanks very much for your help. I implemented and thoroughly tested the following: header("Location: ".$_SERVER['PHP_SELF']); exit; And is works great for this particular need.. Regards, Robert "Robert Meyer" <[EMAIL PROTECTED]> wrote in m

[PHP] Re: refresh withou erasing

2004-09-06 Thread devil_online
thanks..and can you give a hand in the code? > To avoid that issue, you could best store the info in some temporary > file (or database) and then each time loop trough it, and issue it to > the user. Make sure to include a 5-min.-delay redirect to the same page > (refresh). > > > Devil_online wr

[PHP] Re: refresh withou erasing

2004-09-06 Thread M. Sokolewicz
You want to put information on a page. That's nice. You want to refresh every 5 minutes? that's also fine. You want it to refresh but to not refresh at the same time... somehow, magically, your browser should know that it only needs to add information... To avoid that issue, you could best store

[PHP] Re: Refresh a frame?

2004-06-10 Thread pete M
in Javascript frame_name.reload() Robert Sossomon wrote: I am in need of a way to reload a page within a frame as the other frames are used to modify the information. I have a 3-frame site now that I am using 1 frame as a list, another frame to add the information, and the 3rd frame to show the res

[PHP] Re: Refresh a frame?

2004-06-09 Thread Torsten Roehr
> How would I do that in the PHP block? Please always answer to the list. Just echo out the JS statement: echo '