Je moet ingelogd zijn om te stemmen.
highlight_string($inhoud)
$highlighted = highlight_string($inhoud, true); /* VOORBEELD */ echo "<table><tr><td>"; echo $highlighted; echo "</td></tr></table>";
$highlighted = highlight_string($inhoud, true); /* VOORBEELD */ echo "<table><tr><td>";echo $highlighted;echo "</td></tr></table>";