Posted by dawnerd on 07/17/06 04:36
phforum wrote:
> Hi,
>
> I wrote a PHP page for user input the information to search the
> database. And the database data will update every second. I want to
> set the auto refresh to get the data from database every minute. But
> the page always display the dialog box ask me to resend the
> information. How to disable this warning message. I using POST and
> REQUEST to get the data from user input page.
>
> Thanks all
Have you tried to implement AJAX into the script? That would allow you
to keep it all updated without refreshing the page, and in my opinion
would be much better.
[Back to original message]
|