if ($action == "del") { $sql = "UPDATE empresa (ff) VALUES (NOW()) WHERE id = ".sqlValue($idempresa, "int"); mysql_query($sql, $conexion); header("location:main.php");