Lid |
|
$chattext = implode("n", $arr2);
if (substr_count($chattext, $msg) > 2) { die(); }
$n = "<a href=\"blabla.html\">" . $n . "</a>";
$out = $chattext . $n . " | <font color='#gg6666'>" . $msg . "</font><br>n";
$out = str_replace("'", "'", $out);
$out = str_replace("\\"", "\"", $out);
$handle = fopen ($fn, 'w'); fwrite ($handle, $out); fclose($handle);
}
$n = "<a href=\"blabla.html\">" . $n . "</a>"; $out = $chattext . $n . " | <font color='#gg6666'>" . $msg . "</font><br>n"; }
Zo?? |