Ich will mir gerade in HTML / PHP ein Loginformular basteln:
PHP
<form action="" method="GET" ><input type="text" name="email" value="<?php echo $_GET['email']; ?>"></input></form>
Jedoch wird im Feld email das hier ausgegeben:
PHP
<br /><b>Notice</b>: Undefined index: email in <b>D:\Programme\XAMPP\htdocs\content\login.php</b> on line <b>1</b><br />
Kann mir jemand helfen?