Desert Safari Packages

No matter how much science may reveal, “The Desert” will remain in most people’s minds as a place of accumulated sands, unsolved mysteries, and eternal legends; all camouflaged beneath a haze of mirage. In the Safari you can piece together some of that mirage and portray the unexpected appearance. Adventure Holidays provides a variety of exclusive adventure trips across Egypt.

With extensive experience and knowledge of Egypt’s environment, logistics and skill, we create unique, unforgettable nature-based excursions for our clients. Not only can we show you the popular wonders of ancient Egypt as part of an incredible adventure, but focus your attention on the beauty of this land and its cultures across the Western Desert, Eastern Desert, Sinai and the Red Sea.
 

<% 'Start the ASP Tag Set conn = server.createobject("adodb.connection") 'Define the location of your database and your Password conn.connectionstring = "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=204.93.172.30; DATABASE=contour2_continentaltours; UID=contour2_tamer;PASSWORD=titi2000; OPTION=3" 'Open Connection conn.Open Set rs=Server.CreateObject("ADODB.recordset") 'Enter your SELECT Statement rs.open "Select * from packages where (PackageID ='19' OR PackageID ='20' OR PackageID ='24' OR PackageID ='25' OR PackageID ='26' OR PackageID ='27') ", conn do until rs.EOF x_PackageID = rs("PackageID") x_PackageName = rs("PackageName") x_PackageImage = rs("PackageImage") x_Duration = rs("Duration") x_Cities = rs("Cities") x_Extra = rs("Extra") x_Program = rs("Program") x_ImageHome = rs("ImageHome") x_HomeAdd = rs("HomeAdd") %>

" style="text-decoration: none; font-weight:700"> <% Response.Write x_PackageName %> <% If Not IsNull(x_PackageImage) Then %> <% End If %>
<% Response.Write x_Duration %>
<% Response.Write x_Cities %>
<% Response.Write x_Extra %>

<% 'Move to the Next Record in the database rs.movenext loop %>