Ask a Question related to PHP Development, Design and Development.
-
Jean #1
Get info from a site with PHP
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.
TIA.
J.
--
My Project Page.
[url]http://www.npi.be[/url]
Jean Guest
-
How do I work out the site logon info in the contributekey?
Hi I'm trying to access the files for my website using ftp protocol software so that I can copy the entire website and transfer to a new host. ... -
User upgrade - now cannot find site info
Friends, I created a Dreamweaver site on my computer and tested it by uploading it to the Web. Everything worked great. Then, our company's LAN... -
Newbie: grab info from a site
Hi, I am a *complete* newbie to PHP. After trying various things I managed to post in a site that contains a form where you enter a postal code... -
http://www.jameshicks.info (flash site)
Any comments, suggestions? It's a work in progress... will be finishing it up and polishing this week before submitting to employers. thanks,... -
Upload files to site, upload info to SQL?
I want to create a _SECURE_ interface from an html form that allows certain people within my company to upload files into a predetermined directory... -
J.O. Aho #2
Re: Get info from a site with PHP
Jean wrote:
You can use wget (with help of system()) to fetch the data from the remote> 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.
site to your site B.
//Aho
J.O. Aho Guest
-
Andy Hassall #3
Re: Get info from a site with PHP
On Sat, 04 Sep 2004 12:03:47 GMT, Jean
<bleh@boeitmijniet.be.blah.com.boe.bah.bleh.zie.je .eindigt.met.punt.invalid>
wrote:
Certainly possible, since you can open URLs with PHP, e.g. with fopen.>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.
However, it's probably easier with Perl, as WWW::Mechanize and
HTML::TableExtract are particularly good at this sort of thing.
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Andy Hassall Guest
-
Nikolai Chuvakhin #4
Re: Get info from a site with PHP
Jean <bleh@boeitmijniet.be.blah.com.boe.bah.bleh.zie.je .eindigt.met.punt.invalid>
wrote in message news:<Dai_c.236083$ZL.12053557@phobos.telenet-ops.be>...Yes.>
> I was wondering if this is possible.
Well, here's a little problem:> Maybe someone could push me towards the right direction.
Since you forgot to mention what authentication mechanism the target> Also an extra part: it has to log in.
site uses, it is difficult to suggest anything in particular.
Cheers,
NC
Nikolai Chuvakhin Guest
-
Manuel Lemos #5
Re: Get info from a site with PHP
Hello,
On 09/04/2004 09:03 AM, Jean wrote:You may want to try this HTTP client class that you can use to retrieve> 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.
pages and also submit forms and collect cookies that are passed to the
next pages which is something that you most likely need to login that site:
[url]http://www.phpclasses.org/httpclient[/url]
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
[url]http://www.phpclasses.org/[/url]
PHP Reviews - Reviews of PHP books and other products
[url]http://www.phpclasses.org/reviews/[/url]
Metastorage - Data object relational mapping layer generator
[url]http://www.meta-language.net/metastorage.html[/url]
Manuel Lemos Guest
-
Chung Leong #6
Re: Get info from a site with PHP
"Jean"
<bleh@boeitmijniet.be.blah.com.boe.bah.bleh.zie.je .eindigt.met.punt.invalid>
wrote in message news:Dai_c.236083$ZL.12053557@phobos.telenet-ops.be...[url]http://www.php.net/stream_context_create[/url]> 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.
Chung Leong Guest



Reply With Quote

