Diana Castillo wrote: > does anyone know how to do an explode where the separator is a > linefeed? >
You could try explode("\n", $stuff);, but if you are wanting to read information from a file and store each line in an array, the file() function does exactly that. -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php