Is there a built-in function to highlight PHP code? I've seen it done on many sites, one example being the
tag here.
If there isn't a built-in function, how can one accomplish this?
Is there a built-in function to highlight PHP code? I've seen it done on many sites, one example being the
tag here.
If there isn't a built-in function, how can one accomplish this?
[man]highlight_file[/man] and [man]highlight_string[/man]
Thanks a lot.