well ive tryed and read that quote from php.net but all i get is
Warning: Wrong parameter count for highlight_string() in /home/sagez/public_html/article.php on line **
ive tryed
$content .= highlight_string($row[2], true);
$content .= highlight_string($row[2], false);
$go = $row[2];
$content .= highlight_string($go);
$content .= highlight_string($go, false);
$content .= highlight_string($go, true);
both return the same error, Ive checked the examples on php.net and my syntax is correct as far as i can see,
Im sure i had this problem somewhere else in a script i made, but carnt think which one it was. It was not to do with highlighting code but with returning data..I did manage to fix that 1, but not this.