gAb1 0 Newbie Poster

Hi, i've a problem and hope you can help me :)
I was seeing other post http://www.daniweb.com/software-development/c/threads/269500 but my problem is diferent...

I want to copy some content of a webpage to make a db in different locales.
The webpage by example is web.com/name=123, 123 is the id. The page shows the info: id, name, description, and other more... i need to copy the id with the name and description of all ids from the db of the webpage (not directly from the db... xD)

To make an idea, the db structure will be:
-table name: products.
-entry (id)
-name_loc1
-name_loc...
-description_loc1
-description_loc...
so the program must print the info as sql file.

is that possible? or is too dificult??
thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.