[PHP] Re: PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
We are planning to eventually develop a web service and communicate in this fashion but i want to get something up quiclly that is operational while we spec the project in full. Thanks Shannon ""itoctopus"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In case you have no cont

[PHP] Re: PHP Data Mining/Data Scraping

2007-05-20 Thread itoctopus
In case you have no control on the other URL, then CURL is probably your best solution. Otherwise, a better way to do it is probably to interact with a web service installed on the other website. -- itoctopus - http://www.itoctopus.com ""Shannon Whitty"" <[EMAIL PROTECTED]> wrote in message ne

[PHP] Re: PHP Data Mining/Data Scraping

2007-05-20 Thread Johan Holst Nielsen
Shannon Whitty wrote: Hi, I'm looking for a piece of software or coding that will let me post a form to another URL, accept the response, search it for a specific "success" string and then let me continue processing the rest of my program. I want to accept queries on behalf of my supplier, f