I have a text link in a php file, but I want to make it an image link. The current code is.
$link="<a target='_blank' href='/stuff/morestuff/?url=".rawurlencode($url)."'>".t("Add")."</a>";
Now instead word "Add" I want to have an image in there. My current syntax to do that isn't working though, my error is Parse error: syntax error, unexpected T_STRING. Thanks.