Do php allows to refresh the same page with different contents on refresh, well I am trying to do similar to that but unable to do.
I have a form on my php page and I want to submit the form on the same page, which will also pass the $_POST variables to the same page but as it submits it gives error the Requested File Not Found. Why...
Page handling of $_POST variables should be dynamic so it can handle the variables in the manner that also change the contents of the page. And I have acheived this. Some mistakes were there in handling variables on the page but suceed. I will soon launch the website which contain this page then will post the url for review.