Hallo Astratqp,
Schalte mal dein error_reporting ein. Sobald das passiert ist, wirst du feststellen, dass dein Script nichts von einer Funktion check_login() in Zeile 11 weiss. Loese das Problem, nur um festzustellen, dass das Script noch weiterhin unzufrieden ist:
Notice: Use of undefined constant do_create_news - assumed 'do_create_news' in F:\htdocs\test.php on line 13
Notice: Undefined index: do_create_news in F:\htdocs\test.php on line 13
Notice: Use of undefined constant do_create_news - assumed 'do_create_news' in F:\htdocs\test.php on line 20
Notice: Undefined index: do_create_news in F:\htdocs\test.php on line 20
Notice: Use of undefined constant do_create_news - assumed 'do_create_news' in F:\htdocs\test.php on line 25
Notice: Undefined index: do_create_news in F:\htdocs\test.php on line 25
Lies nach, warum register_globals = on keine gute Idee ist und bringe dein Script dazu, auch ohne auszukommen. Wenn du dann noch Probleme hast, komm wieder hierher.
Gruß,
Dieter