How to Grab the data from other websites?

Reply

Join Date: Nov 2006
Posts: 15
Reputation: satees is an unknown quantity at this point 
Solved Threads: 0
satees satees is offline Offline
Newbie Poster

How to Grab the data from other websites?

 
0
  #1
Feb 20th, 2007
Hi,

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

Thanks in advance.

Satees
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 1
Reputation: indexpage is an unknown quantity at this point 
Solved Threads: 0
indexpage indexpage is offline Offline
Newbie Poster

Re: How to Grab the data from other websites?

 
0
  #2
Feb 21st, 2007
Originally Posted by satees View Post
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
Last edited by indexpage; Feb 21st, 2007 at 8:29 am.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: How to Grab the data from other websites?

 
0
  #3
Mar 6th, 2007
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC