You have to answer this question before its comments can be revealed, this way we won’t spoil the answer for you.
PHP and MySQL
Which function(s) would you use to read a line of space separated fields, where double quotes and backslashes have been used to protect embedded spaces?
explode(fgets())
split(fgets())
fgetsplit()