externalaw.com
03-26-2009, 11:32 AM
Ok,
I have a page with user information, stocks.php?u=3
In the postbit it works fine if i use this
Code:
<br><div class="smallfont"><a class="smallfont" href="stockts.php?$session[sessionurl]u=$post[userid]">Portfolio</a></div>
So the above works great in postbit
But, when I put the same in MEMBERSINFO it doesnt work, all I get is this
stocks.php?u=
Without the USER ID
How can I fix this?
I have a page with user information, stocks.php?u=3
In the postbit it works fine if i use this
Code:
<br><div class="smallfont"><a class="smallfont" href="stockts.php?$session[sessionurl]u=$post[userid]">Portfolio</a></div>
So the above works great in postbit
But, when I put the same in MEMBERSINFO it doesnt work, all I get is this
stocks.php?u=
Without the USER ID
How can I fix this?