Hallo,
Kontextwechsel beachten! htmlspecialchars()
verwenden!
meinst du so?
<label for="a_album_passwort">Album Passwort</label>
<input type="password" name="a_album_passwort" style="width:95%" id="a_album_passwort" autocomplete="off" value="<?php echo (htmlspecialchars($_SESSION["form_data"]['a_album_passwort'])?htmlspecialchars($_SESSION["form_data"]['a_album_passwort']):htmlspecialchars($_POST["a_album_passwort"])) ?>" />
</div>
Du suchst das autocomplete-Attribut?
wenn ich das autocomplete="off" verwende, ist das Feld zwar leer, aber in die Datenbank wird dennoch etwas geschrieben.