I'd like to have an "add record" form. After saving the record, I'd like the form to be reopened as if the clone button had been pushed or even better, display the currently entered record below the now-emptied fields (allowing one to see the previously entered record while adding a new record repetitiously).
I tried to refresh the page via
Code: Select all
header("Refresh:0");
Did I somehow get the message across of what I'm trying to do?