View Single Post

  #3 (permalink)  
Old 09-04-2004
J.O. Aho
 
Posts: n/a
Default Re: Get info from a site with PHP

Jean wrote:
> Hi,
>
> I was wondering if this is possible. Maybe someone could push me towards
> the right direction.
> Let's say i'm making site B, that gets a few numbers from site A.
> Is this possible? Site A has everything in tables.
>
> Also an extra part: it has to log in.
>
> I'm not asking the coplete solution, just a little push.


You can use wget (with help of system()) to fetch the data from the remote
site to your site B.


//Aho
Reply With Quote