Re: How to refresh page without prompt the "resend information...."?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 06:52:54 -0400
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
That's a browser issue, not a PHP one. You would have to turn off the message in the browser's options.
Using GET instead of POST will work. Or you could use javascript to do the auto-refresh.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Prev by Date: Re: mysql encryption tutorial?
- Next by Date: Re: How to refresh page without prompt the "resend information...."?
- Previous by thread: Re: How to refresh page without prompt the "resend information...."?
- Next by thread: xml xquery and php
- Index(es):
Relevant Pages
|