
01-24-2006, 07:25 AM
|
|
|
Join Date: Jan 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Erbium
I have two links in my template:
Code:
<if condition="$show['member']">
<a href="search.php?do=process&showposts=0&exactname=1&starteronly=1&searchuser=$bbuserinfo[username]" class="navbar"><b>Threads started by me</b></a>
</if>
<br>
<if condition="$show['member']">
<a href="search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]" class="navbar"><b>Threads I've posted</b></a>
</if>
The problem starts when a user that have a username wich contains '&' returns the error
I think the urldecode function from php will solve it but how can I use it?
Thanks for the help.
|
Nobody?
|