How to get information from web page?

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

    How to get information from web page?

    Hello.
    I am now writing a programme that can get information from web page.
    That is;
    The information which I need is on a page and it will be update now
    and again.
    So I need to get the information automatically at certain time.
    How can I do it.
    Thank you!

  • Geoff Berrow

    #2
    Re: How to get information from web page?

    Message-ID: <1185347594.231 728.116810@l70g 2000hse.googleg roups.comfrom
    coldwind2010 contained the following:
    >I am now writing a programme that can get information from web page.
    >That is;
    >The information which I need is on a page and it will be update now
    >and again.
    >So I need to get the information automatically at certain time.
    >How can I do it.
    A combination of a cron job and screen scraping. Google on both terms.

    --
    Geoff Berrow (put thecat out to email)
    It's only Usenet, no one dies.
    My opinions, not the committee's, mine.
    Simple RFDs http://www.ckdog.co.uk/rfdmaker/

    Comment

    • gosha bine

      #3
      Re: How to get information from web page?

      On 25.07.2007 09:13 coldwind2010 wrote:
      Hello.
      I am now writing a programme that can get information from web page.
      That is;
      The information which I need is on a page and it will be update now
      and again.
      So I need to get the information automatically at certain time.
      How can I do it.
      Thank you!
      >

      Contact the other site's owners and ask if they can offer this data in
      an easy to parse form (e.g. xml).


      --
      gosha bine

      makrell ~ http://www.tagarga.com/blok/makrell
      php done right ;) http://code.google.com/p/pihipi

      Comment

      • coldwind2010

        #4
        Re: How to get information from web page?

        On Jul 25, 3:13 pm, coldwind2010 <shuzhe1...@gma il.comwrote:
        Hello.
        I am now writing a programme that can get information from web page.
        That is;
        The information which I need is on a page and it will be update now
        and again.
        So I need to get the information automatically at certain time.
        How can I do it.
        Thank you!
        Thank you.
        I have solve it.
        I use the DOM Docunmment function.

        Comment

        Working...