"../$item.php", $urls); ob_start(); include_once 'periodos.v1.php'; $periodos_v1 = ob_get_contents(); ob_end_clean(); ob_start(); include_once 'periodos.v2.php'; $periodos_v2 = ob_get_contents(); ob_end_clean(); // echo $periodos_v1; echo $periodos_v2;