<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> Learn Ayurveda-Image Gallery

Image Gallery

<%! Connection con=null; Statement st=null; ResultSet rs=null; String sql=""; PreparedStatement pstmt = null; %> <% try{ con=log.getConnection(); st=con.createStatement(); sql = ("select * from image_gallery"); rs = st.executeQuery(sql); while(rs.next()){ String img=rs.getString(2); session.setAttribute("img",img); %> ");%>
<% rs.next();%> ");%>
<% rs.next();%> ");%>
<% }%><% } catch(Exception e) { //out.println(e); } finally{ try{ con.close(); } catch(Exception e){} } %>
Click to view the Image
<%out.println(rs.getString(1)+"
Click to view the Image
<%out.println(rs.getString(1)+"
Click to view the Image
<%out.println(rs.getString(1)+"