<%@ page import="java.sql.*"%> <%@ page import="java.io.*"%> Vbelt World.com , Contact Us
<% Connection con = null; Statement stmt = null; String connectionURL = null; String url = "jdbc:mysql://localhost:3306/"; try{ Class.forName(driver).newInstance(); con = DriverManager.getConnection(url+db,userName,password); stmt = con.createStatement(); if (request.getParameter("action") != null) { String name = request.getParameter("name"); String email = request.getParameter("email"); String comment = request.getParameter("comment"); stmt.executeUpdate("insert into contact_us(name,email,comment) values('" + name + "','" + email + "','" + comment + "')"); } } catch (Exception e) { System.out.println(e.getMessage()); } finally{ if(stmt!=null){ stmt.close(); } try{ if(con!=null) con.close(); }catch(SQLException se){ se.printStackTrace(); } } %>

Contact Us

 

Quick Contact Us

Shri Sai Solution, Delhi
E-mail : info@vbeltworld.com
Mobile : +91-8860093612