'.$data[1].''; while(!feof($f)) { $data = fgetcsv($f, 1000, ';'); $reglist .= ''.$data[1].''; } fclose($f); ?>