Hi,
I'm trying to figure out how to create a tracking URL. The kind of URL that has something appended at the end
(?source=yadayada) so that you know where your users have come from. Is this usually done with CGI? I've sometimes seen it done using backend scripting, such as CGI, (although I...