Trying to add an additional link

} else { // If no SESSION id is set, which means we have a person who is not logged in
$interactionBox = ‘<div style=“border:#CCC 2px solid; padding:5px; background-color:#E4E4E4; color:#999; font-size:13px;”>
<a href=“makeareservation.php”>Make A Reservation</a> or <a href=“ckin.php”>CHECK IN</a> to interact with ’ . $username . ’
</div>’;
$the_anno_form = '<div style=“background-color:#BDF; border:#999 1px solid; padding:8px;”>
<textarea name=“anno_field” rows=“3” style=“width:99%;”></textarea>
<a href=“makeareservation.php”>Make A Reservation</a> or <a href=“ckin.php”>CHECK IN</a> to write on ’ . $username . '\‘s Announcement Board
</div>’;
}

In my edit profile page (error response), Im trying to add an additional link. Im trying to add ckin.php.
What am I doing wrong?

Thanks in advance.
Scotty

My “error” is that it shows the first link and not the second one. I want both to titles and links to show.

THANK U!

Maybe your SESSION is always set. Check for that.

Also, your request is not too clear, at least to me.