Re: [PHP] [newbie] minor trouble with "while, list and explode" from a text-file

2001-02-06 Thread David Robley
On Wed, 7 Feb 2001 14:14, SED wrote: > Hi, I'm trying to figure out how to do this right: > > I have this text file: > > date 1 | head 1 | text 1 > date 2 | head 2 | text 2 > date 3 | head 3 | text 3 > > And I want to display in a HTML-page like this: > > date 1 > he

[PHP] [newbie] minor trouble with "while, list and explode" from a text-file

2001-02-06 Thread SED
Hi, I'm trying to figure out how to do this right: I have this text file: date 1 | head 1 | text 1 date 2 | head 2 | text 2 date 3 | head 3 | text 3 And I want to display in a HTML-page like this: date 1 head 1 text 1 date 2 head