954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to Grab the data from other websites?

Hi,

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

Thanks in advance.

Satees

satees
Newbie Poster
15 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 
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

indexpage
Newbie Poster
1 post since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

you can use commands such as fopen to open files on the internet[php]$handle = fopen("http://www.example.com/", "r");[/php]then if you need more data use regular expressions to parse through whatever data you need

paradox814
Posting Whiz
351 posts since Oct 2004
Reputation Points: 13
Solved Threads: 4
 

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!

andrewliu
Junior Poster
188 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

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

keval_hack
Junior Poster in Training
Banned
66 posts since Jan 2010
Reputation Points: 8
Solved Threads: 4
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You