Re: RE: [PHP] cell iterations in loop

2001-04-26 Thread dempsejn
- Original Message - From: Jerry Lake [EMAIL PROTECTED] Date: Thursday, April 26, 2001 4:54 pm Subject: RE: [PHP] cell iterations in loop Thanks, that worked with the removal of the first if clause for part 2 of my question, as far as part one, I will try to explain better. if you view the chunk

RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
] Subject: Re: RE: [PHP] cell iterations in loop ok, again, trying to understand blank space...but, try this: if you print out td/td you'll get something i think you're referring to as blank space... try using a nonbreaking space in there...either nbsp; or a space in the code; this will force

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