Hello,
I am learning php. I have created a simple Web page with a form.
After receing the POST request, I do some error checking. In case of
errors, I would like to re-post the page, but with the current values
for each field.
I have organized my files like this:
1) Webpage with the form (all in html, form action points to a php
file)
2) php file that receives the request.
Is there a simple way to accomplish this?
I am learning php. I have created a simple Web page with a form.
After receing the POST request, I do some error checking. In case of
errors, I would like to re-post the page, but with the current values
for each field.
I have organized my files like this:
1) Webpage with the form (all in html, form action points to a php
file)
2) php file that receives the request.
Is there a simple way to accomplish this?
Comment