d72f67d65c2f8c9d800d4a6a6eea46e95257f399
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

gitterbox.php  9)     header('Location: address.php?error');