Quote:
Originally posted by filburt1
FWIW you have to escape your quotes. Rather than making it more complicated by explaining that, just include the HTML in single quotes, not double quotes.
|
If you do know know what hes talking about, use this:
//regbutton
$regbutton="";
if ($bbuserinfo['userid']<"1") {
$regbutton="<a href=\"register.php?s=$session[sessionhash]&action=signup\"><img src=\"darkblue/top_register.gif\" alt=\"Registration is free!\" border=\"0\"></a>";
}
//end