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

2001-04-26 Thread Jerry Lake
ing Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:26 PM To: Jerry Lake Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: [PHP] cell iterations in loop

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

2001-04-26 Thread dempsejn
<[EMAIL PROTECTED]> Date: Thursday, April 26, 2001 5:20 pm Subject: RE: RE: [PHP] cell iterations in loop > Right, I understand that > if I use it is blank space > if I use it is an empty cell > > right now $length is set at 42 (this is arbitrary) > and there needs to be two em

RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
e; this will force the "emptiness" to show up... -jack - 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 fo

Re: RE: [PHP] cell iterations in loop

2001-04-26 Thread dempsejn
w up... -jack - 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 pa

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ine - http://www.pacifier.com -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 1:18 PM To: [EMAIL PROTECTED]; Jerry Lake Subject: RE: [PHP] cell iterations in loop I'm a little unclear as to what you're trying to do, but here's my inte

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ECTED]] Sent: Thursday, April 26, 2001 1:18 PM To: [EMAIL PROTECTED]; Jerry Lake Subject: RE: [PHP] cell iterations in loop I'm a little unclear as to what you're trying to do, but here's my interpretation: problem 2: if it ends on a complete row... solution: put the echoing of the

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jack Dempsey
I'm a little unclear as to what you're trying to do, but here's my interpretation: problem 2: if it ends on a complete row... solution: put the echoing of the first and last tr's inside your conditional. When $x is initialized to 0, the if will return true, and you will output the very first tr..