I have a .php form script which is processed by another script - no problem with this it all works.
Within the processing script some data validation takes place and if there are errors the user is returned to the input form along with suitable error messages. Again I have no problems here - this works fine,
What I now want to do is when the errors are returned I want the input form to be populated with the original data - at the moment all of the fields are blank.
Anyone have any ideas on this?