curl-users
Re: Problem in curl_multi_perform while storing html content into Mysql database
Date: Sat, 22 Aug 2009 12:30:51 -0400
On Sat, Aug 22, 2009 at 3:11 AM, Hemachandran<hemachan83_at_gmail.com> wrote:
> I am new to curl in c++. I want to crawl multiple html content and storing
> into mysql database from c++. I can able to crawl multiple webpage using
> curl_multi_perform but my problem is while i'm storing the content into the
> database, contents are mingled and stored. I want to store it seperately.
Then you might want reconsider storing the content from all urls in
the same std::string variable (contents).
Lars Nilsson
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-08-22