Re: [PHP] extract data from html

2001-06-30 Thread Hugh Bothwell
> > > 1. Open the html file in read only mode > > > 2. Start reading the html file till I encounter a tag (I don't know > > > how to do this) > > > 3. Grab that data after the tag (and then what?) > > > > See and > >

Re: [PHP] extract data from html

2001-06-29 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Adrian D'Costa") wrote: > > > 1. Open the html file in read only mode > > > 2. Start reading the html file till I encounter a tag (I don't know > > > how to do this) > > > 3. Grab that data after the tag (and then what?) > > > > See

Re: [PHP] extract data from html

2001-06-29 Thread Adrian D'Costa
On Thu, 28 Jun 2001, CC Zona wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] ("Adrian D'Costa") wrote: > > > 1. Open the html file in read only mode > > 2. Start reading the html file till I encounter a tag (I don't know > > how to do this) > > 3. Grab that data after the tag

Re: [PHP] extract data from html

2001-06-28 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Adrian D'Costa") wrote: > 1.Open the html file in read only mode > 2.Start reading the html file till I encounter a tag (I don't know > how to do this) > 3.Grab that data after the tag (and then what?) See