dclamp Posted December 3, 2008 Share Posted December 3, 2008 I know it is more of a forum software issue, but the php tags are acting odd. for example: <a href="<?php echo $mylink; ?>">Click Here</a> Above, the HTML should not be highlighted. It is acting as if there was an unclosed PHP tag: // If i close the tag: ?> <a href="<?php echo $mylink; ?>">Click Here</a> then it seems to highlight correctly. Quote Link to comment https://forums.phpfreaks.com/topic/135285-php-tags/ Share on other sites More sharing options...
Daniel0 Posted December 3, 2008 Share Posted December 3, 2008 It's behaving as expected. tags highlight PHP code. For general code you may use the [code] tags. Quote Link to comment https://forums.phpfreaks.com/topic/135285-php-tags/#findComment-704751 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.