
06-20-2006, 10:53 PM
|
|
|
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MissKalunji
OK what She and i are trying to do is show the link IN THE POSTBIT
when we use this
Code:
<a class="smallfont" href="userpage.php?do=main&userid=$userinfo[userid]">View My page</a>
it only shows the PERSON viewing the thread id...what am i doing wrong?
|
Try
Code:
<a class="smallfont" href="userpage.php?do=main&userid=$post[userid]">View My page</a>
|