Page 1 of 1

How to access other website and get particular text from it

Posted: Fri Nov 14, 2008 5:47 am
by Deepak_k
Hi All,
Please help me to solve the below issue.

I am writing a script through which I need to go to a external website and login to that site and extract some text from it.


ex : I need to go to rediff.com and get some data from that site.


Regards
Deepak

Re: How to access other website and get particular text from it

Posted: Fri Nov 14, 2008 2:31 pm
by andyhoneycutt
curl should do the trick for you. If that's too much, try fopen.
cURL

-Andy