Jump to content

[SOLVED] Constant updating HTML table


Asheeown

Recommended Posts

Okay, I have a scrapper tool to pull information via xml parsing from a site (They do allow it at certain intervals).  Now, currently there are three possible messages that are created from the tool when it tries to pull an item.  The first is that the item already exists in the local database, so it is skipped.  The second is that the item was successfully extracted and imported into the local database.  And the third is that the item extraction failed.  As the script continues to execute it throws the messages out in chunks as they come in.  Is their any way I can populate a three column table accordingly as they come out or do I have to wait until execution is over and display variable that is populated with the all the messages through out the script?

Link to comment
https://forums.phpfreaks.com/topic/154388-solved-constant-updating-html-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.