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 <td> tag (I don't know
> how to do this)
> 3. Grab that data after the <td> tag (and then what?)
See <http://php.net/manual/en/function.fopen.php> and
<http://php.net/manual/en/function.fgetss.php> plus the chapter for
whatever DBMS you want to drop the file contents into.
--
CC
--
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]