Huhu MakkuZ
hier kurz die grob form der datei:
<?
if(!isset($schritt)) {
$schritt = 1;
}
?>
Benutze keine "short tags".
Also immer "<?php" statt "<?"
<?
if($schritt = 1) {
?>
= != ==
Benutze die "super global arrays".
Also $_POST['schritt'] statt $schritt.
Viele Grüße
lulu
--
bythewaythewebsuxgoofflineandenjoytheday
bythewaythewebsuxgoofflineandenjoytheday