PDA

View Full Version : read data from webpage


munna_dude
6th October 2007, 09:39 AM
hi all
how to read data( means which is opening in the page ) of the web page using "c".

please help me

thank you in advance

stevea
7th October 2007, 07:48 PM
Your C program needs to open a socket to port 80 of the target and then the hard part - it needs to talk some http protocol to the target. I'm sure there is a library out there o do this. I suspect scanning the source for wget would help you a lot.