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 database, good to start
DBD::Mysql
DBD::
Books:
Oreilly's Perl: DBI book (cheetah, I think)
Oreilly's Prel CGI book (Rodent??)
goto oreilly's web site, download and print each of the sample chapters
provided for each book
you can also download the example code
Some Mailing List(s)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-jim ryan
----- Original Message -----
From: "Teresa Raymond" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 18, 2001 12:14 AM
Subject: html to SQL script
> 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 submitting a form with the relevant contents
> copied and pasted into it. This seemed a little crazy to me, so...
>
> It seems to me that a Perl script ought to be able to do this. So,
> to start with I need some introductory information about SQL. How do
> you access it, by open database? Anyway, if I could get some
> pointers on where to start, that would be great.
>
> *Teresa Raymond
> *Mariposa Net
> *http://www.mariposanet.com
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]