<?php $csv = file_get_contents(INDEX_DIR . '/../temp/slozky-csv.csv'); $csv = iconv("windows-1250//TRANSLIT//IGNORE", 'utf-8', $csv); $csv = explode("\n", $csv);