dbo Posted August 17, 2007 Share Posted August 17, 2007 Is there a good way to avoid the warning message that comes up when refreshing a page with post data? I've hard approaches here you use PHP to store the post data in GET variables and reload the page to itself, parse the form and proceed as normal, unsetting the GET variables before rendering the page. I guess this might work but probably not with files. Is there a more elegant solution? Link to comment https://forums.phpfreaks.com/topic/65494-refreshing-post-data/ Share on other sites More sharing options...
NArc0t1c Posted August 17, 2007 Share Posted August 17, 2007 No, This is the browser itself warning you. Link to comment https://forums.phpfreaks.com/topic/65494-refreshing-post-data/#findComment-327004 Share on other sites More sharing options...
dbo Posted August 17, 2007 Author Share Posted August 17, 2007 I'm aware. Any other more constructive comments? Link to comment https://forums.phpfreaks.com/topic/65494-refreshing-post-data/#findComment-327009 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.