Cookie |
Cookie (koekje) is de benaming voor een ASCII-tekstbestand afkomstig van een website. $dbh=mysql_connect ("localhost", "jordan_mic", "jordan") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("jordan_ric"); $query="SELECT vraag,antwoord from `AtotZ` "; $result=mysql_query($query); while($line=mysql_fetch_array($result,MYSQL_ASSOC)) { if ($line['vraag']!="HTML") { $words[]=str_replace($search,$replace,$line['vraag']); $expl[$line['vraag']]=$line['antwoord'];} } print maakLink($text,$words,$expl)." "; //en dit is de functie die dat allemaal doet.: function maakLink($text, $words,$expl) { /*** loop of the array of words ***/ foreach ($words as $word) { /*** quote the text for regex ***/ $word = preg_quote($word); /*** highlight the words ***/ //print " |