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"; } ?> Quote 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>'; Quote Link to comment https://forums.phpfreaks.com/topic/68046-solved-link-in-if/#findComment-342024 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.