I just want to fetch a webpage(its HTML code,if its like http://www.example.com/example.html) into a text file using C. Is it possible using any library study or anything?
I am really getting lost into “maybe i should learn” PHP or python or something and then use command line invocation of these scripts using system() or exec(). Whats the best way to do so?
My Exact current need is to fetch http://livechat.rediff.com/sports/score/score.txt, which by chance happened to be a .txt file.
use curl or libcurl. It will fetch a webpage for you and you can do whatever you like with it.