include_once( $_SERVER['DOCUMENT_ROOT']."/includes/header.php"); ?> include_once( $_SERVER['DOCUMENT_ROOT']."/config/config.php"); ?> include_once( $_SERVER['DOCUMENT_ROOT']."/classes/ofertas.class.php"); $ofertas= new ofertas(); $ofertas_data=$ofertas->getOferta($link); //print_r($ofertas_data) ?> include_once( $_SERVER['DOCUMENT_ROOT']."/classes/tours.class.php"); $tours= new tours(); $tour_data=$tours->getTour($link); //print_r($tour_data) ?>