Hej,
Jeg vil godt have lavet så det er muligt at vælge fra, hvis man alligevel ikke ønsker at slette et billed.
- <form action="" method="post">
- <input type="hidden" name="fotoID" value="<?php echo htmlspecialchars($visfotos['fotoID']); ?>">
- <input type="hidden" name="file" value="<?php echo htmlspecialchars($visfotos['file']); ?>">
- <input type="submit" name="sletpbilled" value="X" id="sletbilled">
- </form>
Kan man få det ind som alert med Ok / Annuller. ?