Questo è quello che risulta con la cancellazione di un film qualunque....
che value intendevi?codice:<html> <head> <title>Gestione Film</title> <link rel="stylesheet" href="mystyle.css"> </head> <body> <table> <tr> <td>1</td> <td>Ritorno Al Futuro</td> <td>1985-01-01</td> <td>fantascienza</td> <td>commedia</td> <td> <form action="film2.php" method="post"> <input type="hidden" name="keyd" value="" /> <input type="submit" name="goDel" value="Cancella" /></p> </form></body> </html>