Can anybody help please.
I am writing an application in PHP that takes input from a form in a frame, stores the data in a MySQL database after some processing of the user input e.g. validation This I can do and have managed to code.
The bit I'm stuck on is that after the PHP script stores the data to the database, I need to process the input and update another frame. As well as this, I also need to present the original form back, but blank back to the user.
Does anybody have some examples of code or suggest (other than RTFM) some reading that will help me in this.
Thanks in advance.
Mark