Jump to content

How To Highlight File Given Each Line Number


Chikwado

Recommended Posts

My code are:

<?php include_once(geshi.php);                  $source = '<?php echo "Hello World!"; ?>';                                       $language = 'php';                           $geshi = new GeSHi($source, $language);                                        echo geshi->parse_code();               ?>
I have this file I would like to highlight it given each line a number some file Edited by Chikwado
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...