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

[PHP] extract data from html

2001-06-28 Thread Adrian D'Costa
Hi, I keep receiving a lot of word documents the I need to extract and put into a mysql table. As of now, I do a cut and paste manually using a html from to a php script to dump it into the mysql table. Since the format is usually the same (most of the time) I am sure there should be another wa