I am trying to read a CSV file in PHP and 开发者_Go百科load its values into variables and then read them. I've not been able to find out a proper tutorial for this. Please help as am a newbie to coding and PHP. Any code with some explanation would be greatly appreciated.
You should use fgetcsv, some tutorials available using google: here.
精彩评论