Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Link problem (http://www.bvlist.com/showthread.php?t=9439)

romano1 2nd August 2013 20:54

Link problem
 
Iam creating a shout in my shout box like this:

PHP Code:

$text "[color=Lime][b]Um novo torrent foi criado no ".$GLOBALS["SITENAME"]." @ [url=details.php?id=".$id."] $torrent [/url] [/b][/color][b] pelo membro [url=\"member-details.php?id=".$CURUSER[id].""".$CURUSER[username]." [/url].[/b]"; 

It works excpet for the link to the user: [url=member-details.php?id=".$CURUSER[id]."]

it shows: http://........../member-details.php?id=\'2\'

instead of http://........../member-details.php?id=2



Can someone help?

Bump: solved: put this before:
PHP Code:

$CURUSER[id] = stripslashes($CURUSER[id]); 



All times are GMT +2. The time now is 01:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.