seco Posted September 25, 2008 Share Posted September 25, 2008 Hi is there is any function that checks if the page is post back or not? thanks in advance. Link to comment https://forums.phpfreaks.com/topic/125731-check-if-page-is-post-back/ Share on other sites More sharing options...
phoenixx Posted September 25, 2008 Share Posted September 25, 2008 Not sure what you're asking by "post back". Are you wanting to know if the page is active or a 404? Link to comment https://forums.phpfreaks.com/topic/125731-check-if-page-is-post-back/#findComment-650141 Share on other sites More sharing options...
waynew Posted September 25, 2008 Share Posted September 25, 2008 I think he means when somebody does a $_POST and then hits the back button on their browser. if(isset($_POST)){ //Post exists } Link to comment https://forums.phpfreaks.com/topic/125731-check-if-page-is-post-back/#findComment-650294 Share on other sites More sharing options...
seco Posted September 27, 2008 Author Share Posted September 27, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/125731-check-if-page-is-post-back/#findComment-651702 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.