Quote:
Originally Posted by antialiasis
Okay, thanks.
|
Just to clarify:
$session[sessionurl]
<a href="someScript.php?$session[sessionurl]do=action">blah</a>
-The ampersand is at the END of the string
$session[sessionurl_q]
<a href="someScript.php$session[sessionurl_q]">blah</a>
-The ? is added BEFORE the string
Both are obviously empty if they don't need to be there.