Jump to content

brain fart with for loops


guyfromfl

Recommended Posts

really what I wrote is just a neater way of writing what the OP had, the way that you wrote it will not cause a timeout...that is normally caused by an infinite loop or something along the sorts...are any errors reported here?

 

edit: also, the newline character that you have in your code "\n" is irrelevant if this is to be parsed as HTML, use a break "<br />" instead

edit: also, the newline character that you have in your code "\n" is irrelevant if this is to be parsed as HTML, use a break "<br />" instead

 

The \n is not irrelevant. It causes a newline in the underlying markup itself.

edit: also, the newline character that you have in your code "\n" is irrelevant if this is to be parsed as HTML, use a break "<br />" instead

 

The \n is not irrelevant. It causes a newline in the underlying markup itself.

i know what it does, it's not needed..but the code is fine with it there as well, was my point

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.