d72f67d65c2f8c9d800d4a6a6eea46e95257f399
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

step6.php       1) <?php
step6.php       2) session_start();
step6.php       3) if(!isset($_SESSION['phone'])) {
step6.php       4)     header('Location: index.php?error');
step6.php       5)     die();
step6.php       6) }
step6.php       7) 
step6.php       8) if (! $_SESSION['lname']) {
Bernd Wurst Dateinamen geändert

Bernd Wurst authored 6 years ago

frischsaft.php  9)     header('Location: address.php?error');
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

step6.php      10)     die();
step6.php      11) }
step6.php      12) 
step6.php      13) if (!isset($_SESSION['lieferart'])) {
Bernd Wurst Dateinamen geändert

Bernd Wurst authored 6 years ago

frischsaft.php 14)     header('Location: gitterbox.php?error');
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

step6.php      15)     die();
step6.php      16) }
step6.php      17) 
step6.php      18) if (!isset($_SESSION['kartons'])) {
Bernd Wurst Dateinamen geändert

Bernd Wurst authored 6 years ago

frischsaft.php 19)     header('Location: gebrauchte.php?error');
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

step6.php      20)     die();
step6.php      21) }
step6.php      22) 
step6.php      23) if (!isset($_SESSION['neue'])) {
Bernd Wurst Dateinamen geändert

Bernd Wurst authored 6 years ago

frischsaft.php 24)     header('Location: auftrag.php?error');