RE: html to SQL script

2001-08-18 Thread Steve Howard
PROTECTED]] Sent: Saturday, August 18, 2001 12:09 AM To: [EMAIL PROTECTED] Subject: Re: html to SQL script Let me speculate that the html files are WEB Pages, and that somehow (in the future) you will need to pull the pages out of the DATABASE and display them (after an HTTP request) You need

Re: html to SQL script

2001-08-17 Thread jim-ryan
Let me speculate that the html files are WEB Pages, and that somehow (in the future) you will need to pull the pages out of the DATABASE and display them (after an HTTP request) You need: An SQL DATABASE Mysql msql postgresql perl DBI module DBD::CSV ## doesn't need a separate d

Re: html to SQL script

2001-08-17 Thread Jim Conner
At 11:14 PM 08.17.2001 -0500, Teresa Raymond wrote: >I have never worked with SQL before but I need to dump about 900 html >files into a SQL database. Someone else has written a PHP script to put >the content of the html pages in the database but you can only do it one >page at a time by submi