Re: [PHP] help - php script - no interaction

2008-10-16 Thread Dan Joseph
On Thu, Oct 16, 2008 at 1:10 PM, John Smtih <[EMAIL PROTECTED]> wrote:

> http://www.site1.com
>  http://www.site2.com
>  http://www.site3.com
>
>
>
> I have 3 sites above in a html.  I do not want to create click each site,
> one at a time to see 1 page info.
> I want to write a script to go get all 3 sites, and bring it back into 1
> page (the content of 3 pages concatinated).
>
> Is this doable in php?  any other scripts?  Thanks.
>

Check into curl, http://www.php.net/curl  -- that should do what you want.

-- 
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month.

"Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life."


[PHP] help - php script - no interaction

2008-10-16 Thread John Smtih
http://www.site1.com
 http://www.site2.com
 http://www.site3.com



I have 3 sites above in a html.  I do not want to create click each site,
one at a time to see 1 page info.
I want to write a script to go get all 3 sites, and bring it back into 1
page (the content of 3 pages concatinated).

Is this doable in php?  any other scripts?  Thanks.