Hey there,
I'm quite new to the whole database world, and I seem to be having problems with html inserting in a database. Im not sure how to tackle this:
I've got around 1000 pages of html code, which I would like to incorporate into a database. The tricky part is that parts of the file itself should be put in different columns (e.g. 'title' and 'description'). These parts are well separated in html throughout all 1000 files (e.g. the title is always preceeded by <title> and end with </title>).
Im positive this problem is solvable... Still, as a newbe I need a bit of help here.
Thanks in advance!