Hi
I have a form named page a with asks a user for a lot of details.
it submits to a page b where the veracity of the fields is checked
and the user is redirected to page a if there are any errors.
When he goes back to page a i would like to show him the page with original data that was there.
So in short what i am trying to do is using a function within page b
which will do a http back to page a.
Does anyone know how this is done?.
I have come accross many http client libraries they all enable me to post the data but donot actually redirect me to page a.
In short what i want to do is to mimic the browser post function.
If anybody has any ideas on how to accomplish this please letme know.
regds
Thanks in advance 🙂