Quote:
Originally Posted by Princeton
vbulletin will know when to use it
|
Basically, you are saying to append this string and VB will populate it when needed. Is that correct ?
Quote:
Originally Posted by Princeton
['sessionurl'] with query such as .php?SESSIONdo=examples
['sessionurl_Q'] without query such as .phpSESSION
|
I am not sure what you mean here: use 'sessionurl' when more variables will follow in the URL and use 'sessionurl_Q' when the session itself is the only variable in the URL ?
Practically, the difference between the 2 is an "ampersand" and the end of the string. Is this correct ?