You want to parse the non blank lines out of the blank lines?

"Dominica Anderson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a text file that is formatted as such
>
> Something - SomethingElse
> <4 blank lines>
> SomethingMore
> <4 blank lines>
> Something - SomethingElse
> <4 blank lines>
> SomethingMore
> <4 blank lines>
> and so on
>
> Anyone have any ideas on what I would use to get this
> into seperate
> records that are $Something, $SomethingElse,
> $SomethingMore for displaying
> in php or even importing into mysql?
>
> I would even go for $Something and just $SomethingMore
> with $Something
> really being $Something-$SomethingElse. I don't know
> if that makes sense.
>
> Any help would be greatly appreciated.
>
>
> __________________________________________________
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to