CGIflustered
Technical User
Hello,
I've got a script that let's me enter information about a report which updates every hour. I have the information saved to a HTML file (it gets written over on each entry as it should... it's used for a passdown between workshifts).
What I'm trying to do now is save with that information, the current state (at the time the info is entered about the report) of the report which updates.
How can one read the web report (it's HTML generated from an Excel spreadsheet) at the time info is submitted, and write that to a local folder? (So someone could read information that was entered at, say, 7AM, and compare it against the report which was generated at 7AM?)
So far, all I've got is opening the file, writing the link to the report, and closing the file. I need for it to actually open that link and write it locally.
Thanks in advance,
Mark
I've got a script that let's me enter information about a report which updates every hour. I have the information saved to a HTML file (it gets written over on each entry as it should... it's used for a passdown between workshifts).
What I'm trying to do now is save with that information, the current state (at the time the info is entered about the report) of the report which updates.
How can one read the web report (it's HTML generated from an Excel spreadsheet) at the time info is submitted, and write that to a local folder? (So someone could read information that was entered at, say, 7AM, and compare it against the report which was generated at 7AM?)
So far, all I've got is opening the file, writing the link to the report, and closing the file. I need for it to actually open that link and write it locally.
Thanks in advance,
Mark