Get/Retrieve data from website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    #1

    Get/Retrieve data from website

    Dear Sir,

    Is there any way to Get / Retrieve data from any website?

    I want the contents from a website into my website so that the contents can automatically update if the contents get changed in original website.

    How can I do that?

    Please help me out.

    Thanks in advance.
    Deepak
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by deepaks85
    Dear Sir,

    Is there any way to Get / Retrieve data from any website?

    I want the contents from a website into my website so that the contents can automatically update if the contents get changed in original website.

    How can I do that?

    Please help me out.

    Thanks in advance.
    Deepak
    You should look at the php functions fopen() and fsockopen() as well as the CURL implementation.

    Comment

    Working...