ok im working on a GPT site.Im trying to make an Html link so users can post an html link on their blog or what ever,but the script is causing problems. Im trying to find a work around. to post a referral link on the site you need thsi code every thing works fine {$reflink}{$row['username']} PHP: every thing shows up fine but when I try to make in into html code The Reflink command screws up the php and gives me T string error <a href='{$reflink}{$row['username']}</a><img src="http://grandtheftcash.com/themes/GPSBlack/images/GTC.gif" /> what could I do ?