This seems like it should be a simple thing to do but I can't seem to find any information on what codes to use.
I want to be able to enter a record, submit it through php to a database then continue entering more records using the same form - preferably without having to reload the form every time.
All examples I've seen process the information in a separate php file from the form. Is that necessary or can a person have the php code in the same file as the form and go back to the form after submitting the data? Or how can I automatically go back to the html form after processing the php code?