I have an issue after upgrading my firefox to version 4. This issue was there in IE8 but worked nicely in firefox3
Here is my issue:
I have a page with three forms and each form posts using "htmlentities($_SERVER['PHP_SELF'])" action that is to the same page. Based on the posted value This page redirects to different pages.
This is not working any more and the same page is displayed.
Yes, I understand you're going to the current page. My question was why you're choosing to use a global php variable to do so when you can just use "#"
That's correct. But in my case the page redirects to another one(eg: user_view.php) with the form data after the form is submitted to it. The page checks for the form data ("if ($_POST)")before the html is generated (ie. before