Hi, I have two pages one which user types information into form. page two which validates data which is type up.

I like to check that and if they is any problem then return back to previous page and also POST data back so user don't have to type any data which they already have type in.

I can use session or Cookies but I just like to learn how i can do that with POST ..

I do know how i can do that with session, cookies and GET.

Please help.