ob_start(); require_once($_SERVER['DOCUMENT_ROOT'] . "/phpbay/ebay.php"); phpBayAPI("models", "100", "220", "excluded words", "", false); $output = ob_get_contents(); ob_end_clean();