Re: [PHP] PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
; THEN goto:5 ELSE goto:7 5: Display "success" and finish 6: Display connection error and resort to email and finish 7: Reload form and display error returned within "result tags" thanks Shannon ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message ne

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 l

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 l

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 l

[PHP] Re: PHP Data Mining/Data Scraping

2007-05-23 Thread Shannon Whitty
TED] > 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

[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