getting submitted data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

heya,
i would like to know if it is possible to submit a web form, then change the
url to a page that says 'the form has been submitted successfully. it was
filled in like this:...'. can you get the submitted data to be put into that
page without having to put it into a database?
i really hope you've understood the question!
thanks in advance
 
hi,
sorry for the bad question. i just wanted to know if there is a way to
access submitted data that hasnt been saved to a database from a page other
than the one it was submitted on
 
If you don't submit it to that page then no.

Of coure you can save the data in a text file or in a session...
 
Back
Top