Sie dürfen diese Seite nicht so aufrufen!"); } if (!isset($_POST['step'])) { include __DIR__ . "/neue_firma_step1.php"; } else { if ($ok) { include __DIR__ . "/neue_firma_step" . $_POST['step'] . ".php"; } else { include __DIR__ . "/neue_firma_step" . $_POST['aktstep'] . ".php"; } }