'; $null = eregi("$start(.*)$end", $res, $data); $res = $data[0]; // Do your thing, either for the CSV or the XML stuff // Parse the data - CSV kind $lines = explode("\n", $res); for ($i=0; $i