<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@page import = "java.sql.*" %>
<%
String id = request.getParameter("id");
String connectionURL = "jdbc:mysql://localhost/perusahaan";
Connection connection = null;
PreparedStatement statement = null;
try {
Class.forName("com.mysql.jdbc.Driver");
connection = Driver
Manager.get