RE: [PHP-DB] Odd - Even Results in a Table - Newbie question

2001-05-11 Thread Rubanowicz, Lisa
Thank you both for your replies All the Best Lisa -Original Message- From: Samuel Torton [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 12:34 PM To: Samuel Torton Cc: Rubanowicz, Lisa; '[EMAIL PROTECTED]' Subject: Re: [PHP-DB] Odd - Even Results in a Table - Newbi

Re: [PHP-DB] Odd - Even Results in a Table - Newbie question

2001-05-11 Thread Samuel Torton
sorry, i made a mistake. correct with this : -- $j = 0 ; $k = 0 ; for ($i=0;$ihttp://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] Odd - Even Results in a Table - Newbie question

2001-05-11 Thread Samuel Torton
Hi, I think you could add the following portion of code inside your request in order to get two result arrays : odd[] and even[] -- $j = 0 ; $k = 0 ; for ($i=0;$i: > HI all, > I am just a beginner at this stuff but I can't get my head around the > logic > of get