php code coloring
Posted: Sat Feb 24, 2007 4:03 am
Are ther any functions in php that would convert
<?php
echo "Hello";
?>
To
thats Color the php codes according to php documentor or some others ??
<?php
echo "Hello";
?>
To
Code: Select all
<?php
echo "Hello";
?>