Re: Screen Scraping

2004-01-03 Thread Ng Pheng Siong
On Fri, Jan 02, 2004 at 12:24:18PM -0600, Jay Johnston wrote: > The problem is that my PHP script can't negotiate the key exchange for > the SSL! Your PHP script needs to speak client-side HTTPS to the server you're scraping from. > MILLION DOLLAR QUESTION: Will OPEN SSL allow my PHP script to >

Re: Screen Scraping

2004-01-03 Thread Dr. Stephen Henson
On Fri, Jan 02, 2004, Jay Johnston wrote: > > MILLION DOLLAR QUESTION: Will OPEN SSL allow my PHP script to authenticate > an SSL connection to a secure server that is hosting the web-based > directories and thusly return the HTML so I can query it for a string I am > looking for? > The authen

Re: Screen Scraping

2004-01-03 Thread Vadim Fedukovich
On Fri, Jan 02, 2004 at 12:24:18PM -0600, Jay Johnston wrote: ... > SOLUTION IMPLEMENTATION: > Back to my current delima of the needle-in-a-haystack searches I'm doing, I > decided to create a program that would screen scrape for the string in the > web-based file directories. First, however, I ha

Screen Scraping

2004-01-02 Thread Jay Johnston
LLION DOLLAR QUESTION at the bottom] SOLUTION BACKGROUND: Recently I came across an neat idea called 'screen scraping'. Maybe you are familiar with it: for instance, if I wanted today's temperature on my webpage, I could create regular PHP expressions that make a call to weather.com