Another php stupid question.
I can use curl in php to store directly to a file and/or to a variable. Can curl handle storing line-by-line to an array?
I want to be able to parse the file line-by-line, what would be the best way to do this?
I can use curl in php to store directly to a file and/or to a variable. Can curl handle storing line-by-line to an array?
I want to be able to parse the file line-by-line, what would be the best way to do this?