I need to build a web based system using php, and probably mysql, that can accept uploads from users in .csv, top and tail the csv files to abstract the right data, put that data into arrays (then probably mysql tables) then perform various processes to ultimately display valuable information to the user.
Not necessarily in that order - it might be better to first put contents of csv files into arrays, then tables, then start the abstraction process - I just don't know yet.
I haven't been able to find detailed tutorials on this so far. Where should I look? Can anyone please link me up to a Tut. on dealing with csv uploads with php or php/mysql?
I'm good with html and css and am getting to grips with php but my mysql knowledge is virtually zero.
Many thanks in advance
Not necessarily in that order - it might be better to first put contents of csv files into arrays, then tables, then start the abstraction process - I just don't know yet.
I haven't been able to find detailed tutorials on this so far. Where should I look? Can anyone please link me up to a Tut. on dealing with csv uploads with php or php/mysql?
I'm good with html and css and am getting to grips with php but my mysql knowledge is virtually zero.
Many thanks in advance
