Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 2nd August 2013, 20:54
romano1's Avatar
romano1 romano1 is offline
Senior Member
 
Join Date: Jan 2012
Portugal
Posts: 107
Default 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]); 
Reply With Quote
Reply

Tags
link , problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 14:42. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.