Angelo Zanetti wrote:
So is there a way to test for \r\n? or what else can I use to delimit these two values (last column of row and first column of next row)?

Since it's coming from a file, you might as well just read it with file(), which will split each line into an array automatically. If it's a CSV file, then fgetcsv() helps you out even more.

Arpad

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Reply via email to