PHP-Code:
header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
header('Pragma: no-cache');
und header charset ist utf8, also musste ich überall:
PHP-Code:
header('Content-Type: text/html; charset=iso-8859-1');
edit: das war doch nix da dann die texte aus der Datenbank kaputt sind, also muss man jede php datei mit Notepad++ "Convert to utf-8" machen.
Einen Kommentar schreiben: