Jump to content

Large JSON For Loops - Show Results Code?


EmperorJazzy

Recommended Posts

Evening All,

 

So I have 2 JSON foreach loops running. The first shows each group heading, and the foreach nested is calling another JSON specific to the group heading. The result currently is a lengthy delay in results showing. (Now this may/may not be the most ideal code practise in this instance however... short term solution discussion please).

 

For Each State

  Read Each States Details from JSON

  For Each State Listing

      Display Details

  Next

Next

 

Is there a command/jscript or other where I can say, Display HTML page as it stands while it continues to process the FOREACH loops?

 

EG:

 

For Each State

  Read Each States Details from JSON

  For Each State Listing

      Display Details

      REFRESH HTML DISPLAYED

  Next

Next

Link to comment
https://forums.phpfreaks.com/topic/258368-large-json-for-loops-show-results-code/
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.