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. Quote Link to comment 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? Quote Link to comment 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 } Quote Link to comment Share on other sites More sharing options...
seco Posted September 27, 2008 Author Share Posted September 27, 2008 thanks Quote Link to comment 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.