Hey,
I'm working on an affiliate tracking script, simple banner click thing and have hit a problem.
When a customer clicks on a banner the url contains the affiliates id, i.e. 123.php?a=test .
This page then forwards the customer to an enquiry form enq.php i need to try and retrieve the affiliate id (a=test) from the query string, but because 123.php forwards the customer it is always empty.
Has anyone got an idea how i can work around this?
Many thanks
Dan