I am writing a PHP script generating a number of HTML form-based actions that recalls the same script with different parameters - this works fine as I can name 'this' script in the HTML form's action parameter.
However there is an occasion that I (re)call the script with parameters that cause an action to take place. When this is complete no further user input is required before I want to run the script again with no parameters to...