Results 1 to 3 of 3

Thread: grab html from another page

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    14

    grab html from another page

    With php, how do you get the source from a url?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: grab html from another page

    If you have the allow_url_fopen setting on (I believe it is by default) then you can simply use file_get_contents.
    If you don't for whatever reason, you could use cURL.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    14

    Re: grab html from another page

    Exactly what I wanted. Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width