Hi,

I need to grab the data from the other specified websites, any idea how to implement this?

Thanks in advance.

Satees

Recommended Answers

All 4 Replies

Hi,

I need to grab the data from the other specified websites, any idea how to implement this?

Thanks in advance.

Satees

Yes, you can grab the data from the other specified websites with the help of DATA CRAWLING method and other methods We did like this in our past projects If you need to know more mail me

Regards

you can use commands such as fopen to open files on the internet

$handle = fopen("http://www.example.com/", "r");

then if you need more data use regular expressions to parse through whatever data you need

Hello, I was wondering the same thing. I'm really new to PHP and I was wondering if there's an example or tutorial I can look at?

Thanks!

I am using "Web Content Extractor" this software for Grabing data from other website.
it provides lots of facility and it save data in tabular format which u can define and you can export this to format u want such as excel(xls) or csv and other.

I think this is the best software for u.

Official Website to download software.

http://www.newprosoft.com/


If you don't know how to use it PM me i will help you.

-keval

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.