|
-
Mar 24th, 2008, 07:36 PM
#1
Thread Starter
New Member
grab html from another page
With php, how do you get the source from a url?
-
Mar 24th, 2008, 08:07 PM
#2
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.
-
Mar 24th, 2008, 08:31 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|