how can i display the form error if the form action is some other page than itself.
for example, i have a form, after submitting it goes to validate_form.php page. There i assign error to a variable, eg. $error = "Please enter your name";
Now i want to print this error on the original form page, how can i get this $error value on the form page ?
thanks.