new to PHP...help
Posted: Tue Apr 01, 2003 2:48 pm
I have form.php containing 2 textfields to input a name and a date, and a submit button (< form action="check.php method="post">....)
I'd like to know how I can display back the form after the check.php found the error of the input which also display the previuos corrected input
ex : user inputed correct the name but incorrected the date, the check.php will forward back to the form and prompt user that he/she inputed the date incorrected...also it still display the corrected name in the field name.
thnaks
I'd like to know how I can display back the form after the check.php found the error of the input which also display the previuos corrected input
ex : user inputed correct the name but incorrected the date, the check.php will forward back to the form and prompt user that he/she inputed the date incorrected...also it still display the corrected name in the field name.
thnaks