Hello!
I'm pretty new to PHP and I was trying to see if I could read a csv, but just the header or should I say first row. I'm currently using the while loop with fgetcsv() command.
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE)
Can anyone lead me in the right direction.