Passing extra variables through prosper

Marketcake

God of Leisure
Dec 6, 2009
450
8
0
Paradise
in my outbound php redirect for an advanced LP, is there a way to pass extra queries in the URL so that when it redirects to the offer it includes those in the URL?

This particular campaign doesnt support subid's, but it supports custom keywords (which is all I need anyway). So instead of appending a subid, I need it to append a custom keyword I enter in before the redirect.

If there is no way to do that then I will have to use cookies or something to redirect to a 2nd page before the offer that reads the cookie then redirects.

Not sure how reliable php cookies are though, I just learned about them yesterday :338:
 


fucking awesome, thanks. i actually was looking at global variables but they didnt work from the online tutorials. i should just go buy a php book

Cheers