| Posted by Jerry Stuckle on 10/30/07 11:32 
mfoolb wrote:> Hi,
 >
 > I need to import lot of data from html files (all the same layout and
 > tables name) to a MySQL db.
 > Is there any class that fullfill my needs? What's the fastest way to
 > accomplish that?
 >
 > TIA for help.
 >
 >
 
 There isn't going to be a class which can take your HTML and import it
 into MySQL (or any other database).  But check out the DOM classes - you
 can probably use them to parse your html, then add the data to MySQL
 yourself.
 
 --
 ==================
 Remove the "x" from my email address
 Jerry Stuckle
 JDS Computer Training Corp.
 jstucklex@attglobal.net
 ==================
  Navigation: [Reply to this message] |