Posted by Jerry Stuckle on 07/17/06 10:52
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@attglobal.net
==================
[Back to original message]
|