Temelde, ben bir kullanıcı bir CSV dosyasını yükleyebilir ve / süreç yüklemek istediğiniz sütunları seçebilirsiniz bir sistem yapmak istiyorum
I can do this fine by using fopen and foreach, but since the number of the column may vary from CSV to CSV....
i can store the picked columns in an array, eg picked[]= "1,2,4"; //from 1,2,3,4 columns comma separated or anyway i want.
ama nasıl ben listesi gibi bir şey (1,2,4) kullanın = (",", TheData []) patlayabilir;
burada ben dinamik orada, 1,2,4 yükleyebilirsiniz, hatta 1,2,3,4 ve sonra ben 3 sayabilirsiniz.