web site Screen scraping in PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Al Dykes

    web site Screen scraping in PHP?


    Are there any hot tips for stuffing a couple strings into a simple
    website page? I want to help people that need to look up a bunch of
    zip codes on this website.




    I expect to hit the URL with Address, city and state pre-loaded and
    invoke "submit" and let a Human Being see the response and adjust the
    input as necessary.

    Any tips?

    Might someone have written code for the usps site by any chance?

    Thanks

    --
    a d y k e s @ p a n i x . c o m

    Don't blame me. I voted for Gore.
  • Gerard Matthew

    #2
    Re: web site Screen scraping in PHP?

    Have these entered in a redirect page or something of that sort

    http://zip4.usps.com/zip4/welcome.jsp?add ress1=<ADDR2>&a ddress2=<ADDR1> &city=<CITY>&st ate=<STATE>

    Replace the following

    <ADDR1> with Address 1 info
    <ADDR2> with Address 2 ....
    etc...

    This is suppose to work.

    Regards,
    Gerard.

    Comment

    Working...