Span


XAMPP is de afkorting voor X(alle OS uitvoereingen) Apache MySQL PHP en Perl.

"; //en dit is de functie die dat allemaal doet.: function maakLink($text, $words,$expl) { /*** loop of the array of words ***/ foreach ($words as $word) { $rep1 = ""; $rep2 = ""; /*** quote the text for regex ***/ $word = preg_quote($word); /*** highlight the words ***/ //print "
  • $word"; $full=$expl[$word]; $rep1 = "/\b($word)\b/i"; $rep2 = ' \1'; // $rep2 = '\1'; $text = preg_replace($rep1, $rep2, $text); } /*** return the text ***/ return $text; } ?>


       
  •