komquat Posted August 10, 2007 Share Posted August 10, 2007 Is there a difference between reload and refresh? How is this coded in the header? Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/ Share on other sites More sharing options...
trq Posted August 10, 2007 Share Posted August 10, 2007 What exactly do you meen? There are no such header fields. Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319906 Share on other sites More sharing options...
teng84 Posted August 10, 2007 Share Posted August 10, 2007 i guess there is no difference refresh is made to reload the page Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319909 Share on other sites More sharing options...
komquat Posted August 10, 2007 Author Share Posted August 10, 2007 I want my page to reload, and not pass any variable that it may have passed on the first load. I think there is a meta tag for the refresh at certain intervals. Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319914 Share on other sites More sharing options...
teng84 Posted August 10, 2007 Share Posted August 10, 2007 then you have to redirect the page to it self to remove the post data and that will use header file Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319916 Share on other sites More sharing options...
trq Posted August 10, 2007 Share Posted August 10, 2007 I think there is a meta tag for the refresh at certain intervals. Indeed, but meta tags have nothing at all to do with php. Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319918 Share on other sites More sharing options...
Fadion Posted August 10, 2007 Share Posted August 10, 2007 Reload is a term used in firefox and refresh in IE lol. No difference at all, just a way to call it. I guess u want to clear post data or smth, so use header("location: page.php") or meta refresh. Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319922 Share on other sites More sharing options...
teng84 Posted August 10, 2007 Share Posted August 10, 2007 Reload is a term used in firefox and refresh in IE lol. LOL i didnt notice that i been using the two for almost half of my life Quote Link to comment https://forums.phpfreaks.com/topic/64183-reload-vs-refresh/#findComment-319930 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.