Hey,
I'm trying to pass on the session id in URLS (to avoid those evil cookies!) but I'm getting a really strange problem - when entering it into a URL and testing on two different machines, it appears in client code two different ways.
<A HREF=\"$PHP_SELF?PHPSESSID\">
This generates two URLS, one correct that puts the ampersand in with 'PHPSESSID=whatever' and the other generates only the ID itself, which interferes with other variables passed through. What should I do/use? I know I may have it wrong, but still, why would this generate two different results?
Cheers,
Ben