persocheck-ohne-sql.php
Quell Code
<?php
session_start();
$_SESSION['customer_gender']= 'm';
$_SESSION['customer_first_name']='sebastian';
$_SESSION['customer_last_name']='köster';
$_SESSION['customer_email_address']='basti1012@gmx.de';
$_SESSION['customer_id']='3';
$_SESSION['customer_status']='666';
?>
Neuer Personalausweis:<br>
<form action="test2.php?check=1" method="post" >
IDD << <input value="L7LY61T641" type="text" size="10" maxlength="10" name="ida"><<<<<<<<<<<<<<<<<br>
<input value="8012104" type="text" size="7" maxlength="7" name="idb"> < <input value="2409238d"type="text" size="8" maxlength="8" name="idc"><<<<<<<<<<<input value="8" type="text" size="1" maxlength="1" name="idd"> <br>
<input type="submit" value="überprüfen">
</form>
<br><hr><br>
Alter Personalausweis:<br>
<form action="?check=1" method="post" >
<input type="text" size="11" maxlength="11" name="ida"><<
<input type="text" size="7" maxlength="7" name="idb"><
<input type="text" size="7" maxlength="7" name="idc"><<<<<
<input type="text" size="1" maxlength="1" name="idd"> <br>
<input type="submit" value="überprüfen">
</form>