Hello
Can somebody tell me how to highlight PHP code in a string which comes form database and how to make links to all the PHP functions in that string. This method use in blogs or PHP tutorial websites like this one:
http://phpsense.com/php/php-pagination-script.html
where the PHP code is properly formated and the functions use in the example are linked to PHP website for further reading.
thanks
PHP code highlighting
Moderator: General Moderators
- Jaxolotl
- Forum Contributor
- Posts: 137
- Joined: Mon Nov 13, 2006 4:19 am
- Location: Argentina and Italy
Re: PHP code highlighting
google is your main starting tool
try searching Syntax highlighting class php
one of the results found
http://pear.php.net/package/Text_Highlighter/
Geshi Syntax Highlighting is an excellent tool too
http://qbnz.com/highlighter/
try searching Syntax highlighting class php
one of the results found
http://pear.php.net/package/Text_Highlighter/
Geshi Syntax Highlighting is an excellent tool too
http://qbnz.com/highlighter/
Re: PHP code highlighting
thanks Jaxolotl