TheJoshMan
07-27-2008, 08:41 PM
Not sure if this is in the right place, if not you can move it to wherever you feel like it should be...
Does anyone know how to display the different syntaxes of programming languages on an html document? Like, let's say I want something like this:
<html>
<head />
<body>
<?php
echo("HI");
?>
</body>
</html>
How can I get the codes to show up and not print to screen?
Does anyone know how to display the different syntaxes of programming languages on an html document? Like, let's say I want something like this:
<html>
<head />
<body>
<?php
echo("HI");
?>
</body>
</html>
How can I get the codes to show up and not print to screen?