Let me explain what I am trying to do. For those of you familiar with AOL Instant Messenger, you know you can use variables in your profile such as %n (the users screename) and %d (the date). I am writing a script for a friend that has a link that users can click who view his profile. When this happens, it records their screename and date and then forwards to the page he wants. Right now I have something like:
http://www.website.com/file.php?name=%n&date=%d
This works fine, but he wants it so the user doesn't know their being tracked (because this link as shown in an AIM profile would show ?name=theirscreenname. Any way to make that happen?