Syntax Highlither is a great plugin to highlight code on your site.
You can use it on your own html and it is integrated with a lot of CMS, Blog like Joomla, Wordpress, Drupal.
You can highlight VB, PHP, SQL, HTML and more more more...
SYNTAX
{codecitation class="brush: sql; gutter: true;" width="500px"}
your code here
{/codecitation}
SQL {codecitation class="brush: sql;" width="500px"} SELECT * FROM MYTABLE WHERE MYFIELD > 0 ORDER BY MYFIELD {/codecitation}
JAVASCRIPT {codecitation class="brush: js;"} function helloSyntaxHighlighter() { return "hi!"; } {/codecitation}
REFERENCES
- have fun -