Asheeown Posted April 16, 2009 Share Posted April 16, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/154388-solved-constant-updating-html-table/ Share on other sites More sharing options...
.josh Posted April 16, 2009 Share Posted April 16, 2009 you could try using ob_flush Quote Link to comment https://forums.phpfreaks.com/topic/154388-solved-constant-updating-html-table/#findComment-811744 Share on other sites More sharing options...
Asheeown Posted April 16, 2009 Author Share Posted April 16, 2009 That combined with javascript updates to div sections in a table worked beautifully. The script runs perfect, thanks Crayon. Quote Link to comment https://forums.phpfreaks.com/topic/154388-solved-constant-updating-html-table/#findComment-811945 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.