% @ Language=VBScript LCID=2057 %> <% Option Explicit %> <% Dim Conn, SQL, RS, Searchform_SQL, Searchform_StartDate, Searchform_Deppt, Searchform_Arppt, Arppts, ArpptNames, ArrArppts Dim ArrArpptNames, Arppts_i, ThisClass, ThisResort, LastResort, ThisImage, i, ThisOffer, CheapestFlightPrice Dim Season1, Season2, ThisHotel, NextHotel, LastHotel, Price, ThisTable Season1 = DatePart("yyyy", Now()) & "-" & Right("00" & DatePart("m", Now()), 2) & "-" & Right("00" & DatePart("d", Now()), 2) Season2 = "2010-05-01" ' Find default search details... Searchform_StartDate = DateAdd("d", Now(), 7) Searchform_Deppt = "LGW" Searchform_Arppt = "Sidari" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open LatesDatabase Searchform_SQL = "SELECT StartDate, Deppt, Arppt FROM Searchform_Defaults WHERE (Page LIKE 'Resort') AND (PageName LIKE '" & Searchform_Arppt & "')" If (Request.QueryString("Season") = "Summer") Or (Session("CurrentSeason") = "Summer") Then Searchform_SQL = Searchform_SQL & " AND (Season = 'SUMMER')" ElseIf (Request.QueryString("Season") = "Winter") Or (Session("CurrentSeason") = "Winter") Then Searchform_SQL = Searchform_SQL & " AND (Season = 'WINTER')" ElseIf (Request.QueryString("Season") = "Late") Or (Session("CurrentSeason") = "Late") Then Searchform_SQL = Searchform_SQL & " AND (Season = 'LATE')" End If Set RS = Conn.Execute(Searchform_SQL) If RS.EOF Then Set RS = Conn.Execute("SELECT StartDate, Deppt, Arppt FROM Searchform_Defaults WHERE (Page LIKE 'Resort') AND (PageName LIKE '" & Searchform_Arppt & "')") If Not RS.EOF Then If Trim(RS("StartDate") & " ") <> "" Then Searchform_StartDate = Trim(RS("StartDate")) If Not IsDate(Searchform_StartDate) Then Searchform_StartDate = DateAdd("d", Now(), 7) If Trim(RS("Deppt") & " ") <> "" Then Searchform_Deppt = Trim(RS("Deppt")) If Trim(RS("Arppt") & " ") <> "" Then Searchform_Arppt = Trim(RS("Arppt")) End If Set RS = Nothing If DateDiff("d", Now(), Searchform_StartDate) < 0 Then Searchform_StartDate = DateAdd("d", Now(), 7) ' Airports Arppts = "" ArpptNames= "" Set RS = Conn.Execute("SELECT Arppt, PageName FROM Searchform_Defaults WHERE (Page = 'Resort') AND (PageName LIKE 'Sidari') LIMIT 1") If Not RS.EOF Then Do While Not RS.EOF Arppts = Arppts & Trim(RS("Arppt")) & "," ArpptNames = ArpptNames & Trim(RS("PageName")) & "," RS.MoveNext Loop Arppts = Trim(Arppts) If Left(Arppts, 1) = "," Then Arppts = Right(Arppts, Len(Arppts) - 1) If Right(Arppts, 1) = "," Then Arppts = Left(Arppts, Len(Arppts) - 1) ArrArppts = Split(Arppts, ",", -1, 1) If Left(ArpptNames, 1) = "," Then ArpptNames = Right(ArpptNames, Len(ArpptNames) - 1) If Right(ArpptNames, 1) = "," Then ArpptNames = Left(ArpptNames, Len(ArpptNames) - 1) ArrArpptNames = Split(ArpptNames, ",", -1, 1) Arppts = "" For Arppts_i = 0 To UBound(ArrArppts) Arppts = Arppts & "" Next If UBound(ArrArppts) > 0 Then Arppts = "" & Arppts End If End If Set RS = Nothing %> <%=Server.Execute("/forms/header.asp")%>
Destinations > Greece > Corfu > Sidari

Holidays in Sidari Corfu This popular Corfu Holiday resort is about Fun, in the sun and there are few places to rival it. Whether you choose An all inclusive holiday to Sidari, self catering holiday to Sidari or a Family friendly holiday to Sidari, this Resort can cater perfectly, so grab a last minute holiday to Sidari and pack for the beach. The sand is soft, the sea is warm and the sun smiles down on the holiday-makers. If you have kids you can relax; the beach is clean and slopes gently into the calm water, and the shallows stretch way out. And if you don't have kids that means you're free to make the most of that other reason that all inclusive holidays to Sidari, one of the largest and liveliest resorts on the entire island are so popular. The nightlife. There are pubs, clubs and English and traditional restaurants galore , we challenge you to get round them all in a week , each one ready to help you party dusk-till-dawn. And then Sidari holidays spring a surprise. Take a walk just north of the centre of town and you'll discover beautiful little coves and inlet carved by the turquoise sea into sandstone cliffs. Late deals to Sidari really do feature something for everyone. Find the cheapest late deals to Sidari leaving in the next six weeks.
<%=ThisDate%> |
|||||
| <%=AirportName(RS("Depart_Airport_Code"))%> | " title="<%=PCase(Trim(RS("Hotel_Name"))) & " in " & PCase(Trim(RS("Holiday_Resort"))) & ", " & FormatDate(RS("Depart_Date"), "Y")%>" class="Text"><%=PCase(RS("Hotel_Name"))%> | <%=StarRatingImage(RS("Star_rating"))%> | <%=BoardBasis(RS("Board"))%> | <%=Trim(RS("Duration"))%> nights | " title="<%=PCase(Trim(RS("Hotel_Name"))) & " in " & PCase(Trim(RS("Holiday_Resort"))) & ", " & FormatDate(RS("Depart_Date"), "Y")%>" class="Text">fr
£ <%=FormatNumber((CDbl(RS("Price")) / 100), 0)%> |
Hotels in Sidari |
| <%
SQL = "SELECT DISTINCT MIN(CAST(Adult_Price AS UNSIGNED)) AS Price, 'Accommodation' AS EntityType, Holiday_Country, Holiday_Resort, Holiday_Region, Board, Star_Rating, Tour_Code AS Accom_Code, Hotel_Name, Source_Table " _
& "FROM Lib_Resortpage2 " _
& "WHERE Holiday_Resort LIKE 'Sidari' "
'If Request.QueryString("Season") = "Summer" Then
' SQL = SQL & "AND (Webpage LIKE '%Summer%') "
'ElseIf Request.QueryString("Season") = "Winter" Then
' SQL = SQL & "AND (Webpage LIKE '%Winter%') "
'End If
SQL = SQL & "GROUP BY Hotel_Name, Source_Table " _
& "ORDER BY Star_Rating, Hotel_Name, Source_Table DESC"
Set RS = Server.CreateObject("ADODB.Recordset")
RS.CursorLocation = 3 ' adUseClient
RS.Open SQL, Conn
If Not RS.EOF Then
Do While Not RS.EOF
ThisHotel = Trim(RS("Hotel_Name"))
NextHotel = ""
RS.MoveNext
If Not RS.EOF Then NextHotel = Trim(RS("Hotel_Name"))
RS.MovePrevious
'If RS("Source_Table") = "AVLABL" Then
' ThisTable = "Summer"
' Price = Price & "" & ThisTable & " £" & FormatNumber((CDbl(RS("Price")) / 100), 0) & " <%=Server.Execute("/forms/footer.asp")%> <% If IsObject(RS) Then Set RS = Nothing Conn.Close Set Conn = Nothing %> |