Jump to content

BlackSparrow

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by BlackSparrow

  1. Oh ok well I basically have 1000 rows and each row has 10 columns. I would like to be able to collect this data from the xml file and display it (use it in list boxes etc) so I figured this would be a way of doing that (obviously not the two loops above but a loop to go over all rows and another nested loop to go though the cells). But if it a file size return issue (I'm just running this on a test account at award space so its very possible that it is and thanks for pointing that out to me) then I wonder how I can get around it?
  2. Did PHP a few years ago and for the life of me i can't work out why this doesn't work: for ( $counter2=1; $counter2 < 1000; $counter2++) { for ( $counter1=1; $counter1 < 1000; $counter1++) { echo "Fixed bug"; } } and yet this does for ( $counter2=1; $counter2 < 100; $counter2++) { for ( $counter1=1; $counter1 < 100; $counter1++) { echo "Fixed bug"; } } I tested it because I have a rather large amount of data to retrieve from an XML file and i kept receiving errors
×
×
  • 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.