%@ page contentType = "text/html;charset=Big5" %>
<%@ page import = "java.sql.*" %>
<%@ include file = "tra_db.jsp"%>
<%
String trip_name = request.getParameter("x");
String y = request.getParameter("y");
int trip_days = Integer.parseInt(y);
try{
String m_sql = "select spots_name,spots_sn,trip_list_name from trip_list,spots WHERE spots.spots_click = 1 and spots.spots_sn = trip_list.trip_list_spots_sn and trip_list.trip_list_name ='"+trip_name+"'";
Statement m_stmt = con.createStatement();
ResultSet m_rs = m_stmt.executeQuery(m_sql);
%>
|
|
|
| |

讓旅遊者選擇旅遊景點資料,並將景點分為觀光景點、美食區域、民宿等大項,
使用者可按照該景點下面之留言,參考是否將該景點列入此次行程當中。
另外上方有使用者列入行程考量的景點名稱,及左方有該景點的週遭相關景點之系統推薦。
上一頁 下一頁
|
| |
| |