formmethodpost

  1. J

    [PHP] Recoverable fatal error:

    dato questo form <form action="update_dati.php" method="post"> <div class="form-group"> <select class=""name="id"> <?php while($datiRiga = mysqli_fetch_assoc($test)){ $id = $datiRiga['id']; echo "<option value='$id'>$id</option>"; }...