How i can add extra text after each URL ? like i want to add an code like [xxx] just something simple after each url from an $text variable...
<a href="/mypage.php?code=<? echo $text;?>">Click here</a> Or have I understood your question incorrectly?