<?php
$rand = rand(1, 25000);
?>
<form action="http://URL_ZUM_INTERFACE/members.php" method="post" target="_blank">
Kundenkennung:<br />
<input name="mname" style="width: 150px;" maxlength="20" type="text" /><br />
Passwort:<br />
<input name="mpass" style="width: 150px;" maxlength="20" type="password" /><br />
Security Code:<br />
<img src="http://URL_ZUM_INTERFACE/includes/pics.php?op=wicode&randomnum=<?php echo $rand; ?>" />
<input name="randomnum" value="<?php echo $rand; ?>" type="hidden">
<input name="lang" value="" type="hidden">
<input name="op" value="membersCheck" type="hidden">
<input type="text" name="gfx_check" style="width:50px;" maxlength="6">
<input value="Login" type="submit">
</form>