SELECT DISTINCT tourId, tourFeatureTitle, tourSubhead, tourCategory, tourIsNew, tourBookable, tourPage, tourVersionNum, tourLargeImg, tourMap, tourSaleCode, tourLandMinDuration, tourLandMaxDuration, tourLandMinEarlyBookPrice, tourLandMaxEarlyBookPrice, tourLandMinSalePrice, tourLandMaxSalePrice, tourAirMinDuration, tourAirMaxDuration, tourAirMinEarlyBookPrice, tourAirMaxEarlyBookPrice, tourAirMinSalePrice, tourAirMaxSalePrice, tourMinEarlyBookDiscount, tourMaxEarlyBookDiscount, tourMinSaleDiscount, tourMaxSaleDiscount, tourMinTotalDiscount, tourMaxTotalDiscount, ISNULL(tourAirMinSalePrice,tourLandMinSalePrice) AS tourMinSalePrice, DENSE_RANK() OVER(PARTITION BY tourPage, tourCategory ORDER BY tourVersionNum ASC) AS tourVersionOrder FROM toursActiveCache t LEFT JOIN tourLocations ON tourId = tlTourId LEFT JOIN locations ON tlLocationId = locationId AND locationType = 2 AND locationSiteId = 1 LEFT JOIN locationAssns ON laLocationId = locationId WHERE tourSiteId = 1 AND tourIsPublic = 1 AND (locationParentId = 1 OR laParentId = 1) AND tourCategory IN (1,3,4) ORDER BY tourBookable DESC, tourMinSalePrice, tourFeatureTitle
11111111111111
Tours & Packages to Africa - Friendly Planet Travel
Set out on a captivating journey through Africa, where ancient wonders and untamed landscapes intertwine in perfect harmony. Discover Morocco's vibrant streets, where spices fill the air and intricate architecture beckons you to explore its hidden corners. Venture into the mystical land of Egypt, where the timeless allure of the pyramids and the mighty Nile captivate all who visit. Watch nature reveal its most extraordinary treasures as you set out on an exhilarating safari through sprawling savannahs and lush game reserves. With Table Mountain as its majestic backdrop, Cape Town is a captivating blend of natural wonders and vibrant city life. Embark on a breathtaking journey through South Africa's diverse landscapes aboard the luxurious Rovos Rail. Africa awaits, ready to ignite your senses and awaken your spirit of adventure.
Browse our packages to Africa below, or select a destination to narrow the results.
Discover ancient Egypt: Cairo, its capital; Aswan, gateway to Africa; Luxor, site of Luxor and Karnak temples; the iconic Pyramids of Cheops and Chephren; 3 nights aboard a deluxe Nile cruise ship.
Nairobi National Park, Kenya; Victoria Falls, Zimbabwe with Zambezi River cruise; 3 world-class safaris in Chobe, Botswana; & Cape Town, jewel of South Africa
10 game drives in Nairobi, Samburu, Ol Pejeta, Lake Nakuru & Masai Mara; Stay in superior Nairobi hotels & safari lodges. Also available with Victoria Falls.
from $5799 w/ Flights from $4999 Tour Only 10 days
Nairobi, then 9 game drives in Samburu, Ol Pejeta, Lake Nakuru & Masai Mara; Stay in superior Nairobi hotels & safari lodges. All this, plus the majestic Victoria Falls.
We love hearing your stories and seeing your photos! Check out our entire fan photo gallery and upload your photos.
Check out independent, verified reviews from real travelers on Feefo.
Execution time
Starting query: SELECT locationId, locationName, locationHTMLTitle, locationMetaDesc, locationDesc, locationLargeImage FROM locations WHERE locationPage = 'africa' AND locationType = 1 AND locationSiteId = 1
0 seconds
Query executed in:
0.04 seconds
Starting query: SELECT DISTINCT tourId, tourFeatureTitle, tourSubhead, tourCategory, tourIsNew, tourBookable, tourPage, tourVersionNum, tourLargeImg, tourMap, tourSaleCode, tourLandMinDuration, tourLandMaxDuration, tourLandMinEarlyBookPrice, tourLandMaxEarlyBookPrice, tourLandMinSalePrice, tourLandMaxSalePrice, tourAirMinDuration, tourAirMaxDuration, tourAirMinEarlyBookPrice, tourAirMaxEarlyBookPrice, tourAirMinSalePrice, tourAirMaxSalePrice, tourMinEarlyBookDiscount, tourMaxEarlyBookDiscount, tourMinSaleDiscount, tourMaxSaleDiscount, tourMinTotalDiscount, tourMaxTotalDiscount, ISNULL(tourAirMinSalePrice,tourLandMinSalePrice) AS tourMinSalePrice, DENSE_RANK() OVER(PARTITION BY tourPage, tourCategory ORDER BY tourVersionNum ASC) AS tourVersionOrder FROM toursActiveCache t LEFT JOIN tourLocations ON tourId = tlTourId LEFT JOIN locations ON tlLocationId = locationId AND locationType = 2 AND locationSiteId = 1 LEFT JOIN locationAssns ON laLocationId = locationId WHERE tourSiteId = 1 AND tourIsPublic = 1 AND (locationParentId = 1 OR laParentId = 1) AND tourCategory IN (1,3,4) ORDER BY tourBookable DESC, tourMinSalePrice, tourFeatureTitle