RE: [PHP] Table looking odd as a result of while loop?

2001-02-26 Thread Todd Kerpelman
w. Just move that echo statement about your if statement (leave the auto-increment where it is), and you should be fine. --Todd > -Original Message- > From: Todd Kerpelman > Sent: Monday, February 26, 2001 2:10 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Table loo

RE: [PHP] Table looking odd as a result of while loop?

2001-02-26 Thread Todd Kerpelman
Johnson, Kirk [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 26, 2001 1:57 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Table looking odd as a result of while loop? > > > Is it because 1 % 3 is 0 with a remainder of 2? Looks like > the code is doing > just what it

RE: [PHP] Table looking odd as a result of while loop?

2001-02-26 Thread Johnson, Kirk
Is it because 1 % 3 is 0 with a remainder of 2? Looks like the code is doing just what it is written to do. The "if" evaluates to true on the second picture. Kirk -Original Message- From: James, Yz [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 2:55 PM To: [EMAIL PROTECTED] S