Quote:
|
Originally Posted by SilverStar
How?
|
I'm not excellent in PHP, but I'm pretty sure there's a way to search for certain strings, and if it's found, just color-code it. Kinda like:
PHP Code:
$text = strtext("$filename");
if($text){
explode("void", "<font color='#0000FF'>void</a>");
}
(I highly doubt strtext(...) works, it's just something that came to me