How to pass query string parameters to thank you page

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
jimo47
Forum Newbie
Posts: 1
Joined: Sun Apr 04, 2010 8:54 pm

How to pass query string parameters to thank you page

Post by jimo47 »

Hi,

Could anyone tell me how to pass clickbank and paypal sales data such as the "receipt" to my thank you page.

If I send the customers straight to the thank you page than there is not a problem, because the data is passed to my
thank-you page which is a cgi-script. However I want to send them to a one-time-offer first before I send them to the
thank-you page.

I tried a "meta refresh" redirect which sends the customers on after about 25 seconds, but if fails to pass on the data.

I have a php OTO script which I could use if I have a way of passing the string via a link at the bottom.

Any help will be appreciated.

Thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to pass query string parameters to thank you page

Post by Christopher »

Save the information passed by PayPal into the session on the one-time-offer page, and then retrieve the data from the session of the receipt page.
(#10850)
Post Reply