Hi guys,
How would I go about echoing some form information on a page I am currently redirecting too?
Currently I have some php code which sends a form to my database - these variables are - '$first','$last','$house','$road','$code','$phone','$purch','$comment' - once these have been sent the code then redirects the user to a "thanks" page.
Is it possible to have the sent variables echoed onto the thanks page, if so how would I go about doing it with php?
Thanks
How would I go about echoing some form information on a page I am currently redirecting too?
Currently I have some php code which sends a form to my database - these variables are - '$first','$last','$house','$road','$code','$phone','$purch','$comment' - once these have been sent the code then redirects the user to a "thanks" page.
Is it possible to have the sent variables echoed onto the thanks page, if so how would I go about doing it with php?
Thanks