=1) { $sql = "INSERT INTO timbrature(datadb, sede, tag, op, dataop, ip) VALUES (now(), '$sede', '$tag', '$op', '$dataop', '$ip')"; $result = mysqli_query($conn,$sql) ; if (!$result) $esito = "Errore timbratura 2"; else $esito = "Timbratura registrata"; } } } else { $sql = "INSERT INTO timbrature(datadb, sede, tag, op, dataop, ip) VALUES (now(), '$sede', '$tag', '$op', '$dataop', '$ip')"; $result = mysqli_query($conn,$sql) ; if (!$result) $esito = "Errore timbratura 2"; else $esito = "Timbratura registrata"; } mysqli_close($conn); echo $esito; ?>