Opserty...as you described, I got "int(2)" in the top LEFT of the page. (no need to view HTML)
So, the value is getting passed into the page successfully. This is good.
Why can I not call that variable in the HTML tag below? Do I need to escape the variable name perhaps?
HTML Code:
<a href="/forums/forumdisplay.php?f={$vbulletin->GPC['b']}">
Again, this should evaluate as:
HTML Code:
<a href="/forums/forumdisplay.php?f=2">
PERSONAL NOTE: Many thanks for your time and expertise. Please let me know how I can repay the favor.