Text Highlight PHP:Text_Highlighter PEAR & CSS File

Recently, I had a problem with the Text Highlighterwith the appropriate numbers). I had a problem with
obtained from the PHP PEAR repository. I thought Iwhere I currently host some of my websites. I ran
was following all the instructions but it seemed thethis pear install Text_Highlighter-0.7.1 via
code was not highlighting the text with color (i.e.PuTTY;however, I received an error that the Text
beautifying it). Here are the steps I took to get theHighlighter files could not be found. So I attempted to
Text_Highlighter working on this site:change the php.ini file on the line include_path but it
1) First you need to install the PEARdidn't work. So I used the PHP set_include_path()
TEXT_HIGHLIGHTER. Google 'pear php.' Then searchfunction as so:
for 'text highlighter.'
Type this: pear install Text_Highlighter-0.7.1 (or2) Then I set a require_once() function to the Text
whatever is the latest, stable version and replaceHighlighter file.