Re: RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread dempsejn
: Thursday, April 26, 2001 5:20 pm Subject: RE: RE: [PHP] cell iterations in loop Right, I understand that if I use td/td it is blank space if I use td /td it is an empty cell right now $length is set at 42 (this is arbitrary) and there needs to be two empty cells at the end of the last row

RE: RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
:26 PM To: Jerry Lake Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: [PHP] cell iterations in loop ah, i got it... ok, try this: $length is arbitrary... $x is your counter... do the loop as before, but each time through the loop, $loopcount++; So, if you do the loop 5 times, $loopcount == 5