<html>
This is file is called "example.php".<br>
<?php print "=== This is printed by a php 'print' statement<br>"; ?>
This text is after the embedded php.
</html>
When either of the html tags, its mate is found, and both are given a distinctive color. But the php tags don't find their mates, and don't get highlighted. How can I get that behavior?
Here : it works see :) -
Let me know if anyother issues :)