RE: [PHP] Grabbing info from other Sites

2003-07-15 Thread Ow Mun Heng
Source all the way... Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Joel Rees [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 4:36 PM To: Ow Mun Heng; [EMAIL PROTECTED] Subject: Re: [PHP] Grabbing info from other Sites

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
to:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 3:28 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Grabbing info from other Sites > > > Hello > The only way I can imageine is using curl and doing standard post get > requests. But this will put you at the mercy of the

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
> In php, I don't see anything right offhand. http://www.php.net/curl -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP] Grabbing info from other Sites

2003-07-15 Thread Joel Rees
> The site really does > need Login. > > The thing is this, I'm developing for an internal site, (My dept) but I need > to access other dept's site to get info but unfortunately They won't give me > access to query the db directly. Prefering me to go through the site and > input accordingly to gra

[PHP] Antwort: RE: [PHP] Grabbing info from other Sites

2003-07-14 Thread SLanger
Hello Webservices is the use of SOAP over HTTP to bring a Service to the web. There are a lot more technologies involved like WSDL and UDDI but basically it is a way of providing the functionality of a programm/application to the web over a well defined interface. Since it is an additional lay

Re: [PHP] Grabbing info from other Sites

2003-07-14 Thread Curt Zirzow
Ow Mun Heng <[EMAIL PROTECTED]> wrote: > Hi, > > Mind my ignorance but what is webservices?? hmm... I was wondering that myself... http://www.w3.org/2002/ws/ A google search on 'Web Services stock quote' returns some interesting pages. > > Cheers, > Mun Heng, Ow > H/M Engineering > West

RE: [PHP] Grabbing info from other Sites

2003-07-14 Thread Ow Mun Heng
[PHP] Grabbing info from other Sites Hello The only way I can imageine is using curl and doing standard post get requests. But this will put you at the mercy of the other dep. since a change in design may force a change in your logic. If you can, try to build a separate interface for your app whic

Re: [PHP] Grabbing info from other Sites

2003-07-14 Thread SLanger
Hello The only way I can imageine is using curl and doing standard post get requests. But this will put you at the mercy of the other dep. since a change in design may force a change in your logic. If you can, try to build a separate interface for your app which you can use to interface the bac

Re: [PHP] Grabbing info from other Sites

2003-07-13 Thread Suhas Pharkute
Why don't you use MSN services to get quotes. MSN does care for login. I am using this to get quotes after 15 minutes on my Cell Phone. I am using culr functions to get it. Suhas _ Encrypt your PHP code for FREE at http://encphp.sspsoft.com _

RE: [PHP] Grabbing info from other Sites

2003-07-13 Thread Ow Mun Heng
pyrighted??) Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Michael Geier [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:47 AM To: Ow Mun Heng Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Grabbing info from other Sites

Re: [PHP] Grabbing info from other Sites

2003-07-13 Thread Michael Geier
assuming the login isn't necessary (which it probably is), you could use something like Snoopy (http://sourceforge.net/projects/snoopy/) to POST/GET the required web page and process as required. Quoting Ow Mun Heng <[EMAIL PROTECTED]>: > Hi, > > I have this need/want to grab information