I have a php page that generates a form. The action attribute of the form is the page itself. After the user submits the form, the same page is loaded, but this time a POST vari
The bad part is setting the action attribute to the script. Omitting it completely indicates to the browser that it should be posted to the same URL.