Hello, I have a php page that is handling a donation form and sending the credit card information to the processor and receiving the response back. I would like to pass information from that php script to a thank you page using sessions. Then I would be able to display a receipt to the user.
How can I from the thank you template, grab session data?
Thanks.