| Recently, I had a problem with the Text Highlighter | | | | with the appropriate numbers). I had a problem with |
| obtained from the PHP PEAR repository. I thought I | | | | where I currently host some of my websites. I ran |
| was following all the instructions but it seemed the | | | | this 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 the | | | | Highlighter 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 PEAR | | | | didn't work. So I used the PHP set_include_path() |
| TEXT_HIGHLIGHTER. Google 'pear php.' Then search | | | | function as so: |
| for 'text highlighter.' | | | | |
| Type this: pear install Text_Highlighter-0.7.1 (or | | | | 2) Then I set a require_once() function to the Text |
| whatever is the latest, stable version and replace | | | | Highlighter file. |