ongoing 'ping and parse' project

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default ongoing 'ping and parse' project

    NEWBIE ALERT * NEWBIE ALERT * NEWBIE ALERT

    I'm starting here as PHP is the only scripting language that I know other
    than VBA for Excel. But believe me, I am very weak in PHP as I'm sure
    you'll see very soon.

    I want to do a project where I'm compiling A LOT of data in a MySQL DB.
    The data will be fairly straightforward, actually it might be just one
    table rather than a real DB. I need a lot of data as this is a statistics
    problem and I want to get my confidence intervals as accurate as possible.

    What I want to do is run a script that

    1) reads another site's page -- this page will have a unique address
    2) parses the data on that page so that it can be
    3) posted to the MySQL DB then
    4) starts the whole process over again -- with a new page with another
    unique address

    SO, I've worked with scripts that run one operation, however many
    pages/scripts that takes, and come back with a result page and/or post data
    etc. But I've never worked with anything that once it has been kicked off
    will run and run for a very long time, compiling data along the way.

    Is PHP even the right place to start with this? I'm going to research
    using VBA to do this, but I haven't done anything that really uses web
    based data in a meaningful way before.

    Thanks for reading this and ANY insight into any aspect of this project
    would be mucho appreciated.

    Erich Linder
    [email]thunderball_NOSPAM_fists@hotmail.com[/email]
    Erich Linder Guest

  2. Similar Questions and Discussions

    1. Problem to get Parse::Yapp and Parse:Flex working together
      A) I did: # cd ~/.cpan/build/Parse-Flex-0.03 # more src/default.y %{ #define YY_DECL char* yyylex YY_PROTO(( void )) #undef yywrap int...
    2. Major and ongoing problems w/contribute
      Hi all, Were unhappy contribute users. Rather fed up ones too. We have a really simple website that we try to maintain w/contribute. To date...
    3. Ongoing FM Pro Server crashing
      Hello again... For almost a year I have been trying to resolve a problem at a client site where some databases are being hosted by FM Pro Server...
    4. #25256 [Opn->Bgs]: Parse error: parse error, unexpected $ in ... on line 642
      ID: 25256 Updated by: iliaa@php.net Reported By: a dot schat at streamedge dot com -Status: Open +Status: ...
    5. Europe Charges Microsoft With Ongoing Antitrust Abuses
      http://www.nytimes.com/2003/08/06/business/06WIRE-MSFT.html?hp Hugo __________________________________ Do you Yahoo!? Yahoo! SiteBuilder -...
  3. #2

    Default Re: ongoing 'ping and parse' project

    Erich Linder wrote:
    > NEWBIE ALERT * NEWBIE ALERT * NEWBIE ALERT
    >
    > I'm starting here as PHP is the only scripting language that I know other
    > than VBA for Excel. But believe me, I am very weak in PHP as I'm sure
    > you'll see very soon.
    >
    > I want to do a project where I'm compiling A LOT of data in a MySQL DB.
    > The data will be fairly straightforward, actually it might be just one
    > table rather than a real DB. I need a lot of data as this is a statistics
    > problem and I want to get my confidence intervals as accurate as possible.
    >
    > What I want to do is run a script that
    >
    > 1) reads another site's page -- this page will have a unique address
    > 2) parses the data on that page so that it can be
    > 3) posted to the MySQL DB then
    > 4) starts the whole process over again -- with a new page with another
    > unique address
    >
    > SO, I've worked with scripts that run one operation, however many
    > pages/scripts that takes, and come back with a result page and/or post data
    > etc. But I've never worked with anything that once it has been kicked off
    > will run and run for a very long time, compiling data along the way.
    >
    > Is PHP even the right place to start with this? I'm going to research
    > using VBA to do this, but I haven't done anything that really uses web
    > based data in a meaningful way before.
    >
    > Thanks for reading this and ANY insight into any aspect of this project
    > would be mucho appreciated.
    >
    > Erich Linder
    > [email]thunderball_NOSPAM_fists@hotmail.com[/email]
    Ummm.

    Parse the site's page for what?

    It sounds suspiciously like you want a program to harvest email
    addresses from webpages.. In which case, I suspect your appeal for help
    will fall on deaf ears.
    Milambar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139