<%@include file="../ConStr.txt"%> Hotel Suri International , Luxurious Hotel,Resturant,Bastar Tour in Bastar District , Jagdalpur,C.G.,Chhattishgarh-India,Wild Life, Kanger Ghati,Bastar, Deshera,Danteswari Temple, Dantewada, Barsur,Tirathgarh,Kutumbsar,Chitrakot,Kailash Gupha,Mariya,Muriy

BOOKINGS

<% String trnid=""; String trndate=""; String Name=""; String Address=""; String city=""; String email=""; String contact=""; String roomtype=""; String persons=""; String fromdt=""; String todt=""; String rooms=""; %> <% rs=st.executeQuery("SELECT * FROM BookEnqiry WHERE Status=1 ORDER BY trndate DESC"); while(rs.next()) { trnid=rs.getString("trnid"); trndate=rs.getString("trndate"); Name=rs.getString("Name"); Address=rs.getString("Address"); city=rs.getString("city"); email=rs.getString("email"); contact=rs.getString("contact"); roomtype=rs.getString("roomtype"); persons=rs.getString("persons"); fromdt=rs.getString("fromdt"); todt=rs.getString("todt"); rooms=rs.getString("rooms"); %> <% } rs.close(); st.close(); con.close(); %>
From To   Room Type Persons Name Address City
<%=fromdt.substring(0,11)%> <%=todt.substring(0,11)%> <%=rooms%> <%=roomtype%> <%=persons%> <%=Name%> <%=Address%> <%=city%>