Jump to content

PHP Tags


Recommended Posts

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.

 

Link to comment
https://forums.phpfreaks.com/topic/135285-php-tags/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.