Cultural Packages

The Egyptian culture has many contrasts and contradictions between the old and the new. The two cultures are vastly different from each other, but in its totality, the culture of Egypt has successfully combined the best of both worlds. Keeping the charm and splendor of its ancient culture unharmed, modern Egypt has imbibed the contemporary ways of life.

Egypt's culture is a balanced culture, both in its antiquity as well as its modernity. Egypt boasts a five thousand-year-old history of culture and civilization. It is a land, which is rich in art and history, people and places. It has emerged as one of the most cultured nations of the world.

<% 'Start the ASP Tag Set conn = server.createobject("adodb.connection") 'Define the location of your database and your Password conn.connectionstring = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; 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 ='3' OR PackageID ='13' OR PackageID ='11' OR PackageID ='39' OR PackageID ='40' OR PackageID ='41' OR PackageID ='42' OR PackageID ='43' OR PackageID ='44' OR PackageID ='45' OR PackageID ='46') ", conn do until rs.EOF x_PackageID = rs("PackageID") x_PackageName = rs("PackageName") x_PackageImage = rs("PackageImage") x_Duration = rs("Duration") x_Extra = rs("Extra") x_Cities = rs("Cities") 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 %>