Re: [PHP] PHP Data Mining/Data Scraping

2007-05-24 Thread Richard Lynch
On Wed, May 23, 2007 5:37 am, Shannon Whitty wrote: > THanks, > > That's what I thought... > > I really only need to check for one value = "success" - anything else > should > redirect back to the form entry page and display whatever result has > been > returned from the remote site. > > cUrl sho

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-24 Thread Richard Lynch
On Wed, May 23, 2007 5:25 am, Shannon Whitty wrote: > THanks, > > I will have far to much data to append to a GET request so a POST is > the > best option I think. Also consider RSS, REST, RPC and SOAP as long-term solutions with increasing overhead/functionality. These have the advantage of havi

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
THanks, That's what I thought... I really only need to check for one value = "success" - anything else should redirect back to the form entry page and display whatever result has been returned from the remote site. cUrl should be able to differentiate between a connection and an application f

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
THanks, I will have far to much data to append to a GET request so a POST is the best option I think. "Myron Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: >> >>> I'm looking for a piece of software or coding that wil

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
THanks, I will have far to much data to append to a GET request so a POST is the best option I think. "Myron Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: >> >>> I'm looking for a piece of software or coding that wil

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
THanks, I will have far to much data to append to a GET request so a POST is the best option I think. "Myron Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: >> >>> I'm looking for a piece of software or coding that w

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-22 Thread Myron Turner
Tijnema wrote: On 5/22/07, Myron Turner <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: > >> 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 an

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-22 Thread Tijnema
On 5/22/07, Myron Turner <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: > >> 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 co

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-22 Thread Myron Turner
On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: 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. http://php.net/cur

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-21 Thread Richard Lynch
On Sat, May 19, 2007 10:22 pm, Shannon Whitty wrote: > 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. http://php.net/curl

Re: [PHP] PHP Data Mining/Data Scraping

2007-05-20 Thread Stut
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

[PHP] PHP Data Mining/Data Scraping

2007-05-20 Thread Shannon Whitty
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, forward it to them behind