grlayouts Posted September 5, 2007 Share Posted September 5, 2007 if i have the following how do i make the new chat message a link? <? $numbernow=($chat[0])?> <? if ($stat[chatnow] < $numbernow) { print "NEW CHAT MESSAGES"; } ?> Link to comment https://forums.phpfreaks.com/topic/68046-solved-link-in-if/ Share on other sites More sharing options...
corbin Posted September 5, 2007 Share Posted September 5, 2007 echo '<a href="link here">Text For Link</a>'; Link to comment https://forums.phpfreaks.com/topic/68046-solved-link-in-if/#findComment-342024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.