Still doesn't seem to work right. this code:
Quote:
<a href='http://www.pollstar.com/member/index.cgi?Premium=1&From=http://forums.pollstar.com <? $something = getenv("REQUEST_URI"); ?>$something'>Log in to Pollstar Premium now!</a>
|
gives this url:
Quote:
http://www.pollstar.com/member/index.cgi?Premium=1&From=http://forums.pollstar.com <? = getenv("REQUEST_URI"); ?>
|