RE: [PHP-DB] Results with ledger stripes?

2004-01-27 Thread Gary Every
It Forward! -Original Message- From: Ryan Jameson (USA) [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 12:00 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Results with ledger stripes? $bg1 = #dd; $bg2 = #ff; While ... $bg3 = $bg2; $bg2 = $bg1; $bg1 = $bg3; echo tr bgcolor

Re: [PHP-DB] Results with ledger stripes?

2004-01-27 Thread Ricardo Lopes
It isnt pretty, efficient or small, but it works... :) - Original Message - From: Gary Every [EMAIL PROTECTED] To: Ryan Jameson (USA) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:13 PM Subject: RE: [PHP-DB] Results with ledger stripes? Haven't been following

Re: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Viorel Dragomir
Hi Dan, Hello all, I'm in the midst of creating an internet speed test system thingamabob for my website. It's basically finished...but ugly as sin. What I'd like to do is have the results (an average of each domain tested) listed in a nice pretty table with alternating background

Re: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Viorel Dragomir
This is the best contact description that I found so far on the net ! To contact Dan, the owner and lead technician, please email him at [EMAIL PROTECTED] In case of dire emergency, crashed network, or other pressing need you may also contact him 24 hours a day via cell phone at xxx-xxx-xx.

Re: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Ricardo Lopes
I dont see what is your problem, your code do almost anything. Is you pretend to generate the output in html as you show in the example, you just have to add the color property in the td or tr tag, take care with the in the code. ex: $dummy_var = 0; $dummy_array = array(#dd, #ff); while

RE: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Paul Fitz
:) -Original Message- From: Ricardo Lopes [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 7:29 PM To: [EMAIL PROTECTED] Cc: PHP DB Subject: Re: [PHP-DB] Results with ledger stripes? I dont see what is your problem, your code do almost anything. Is you pretend to generate the output in html

RE: [PHP-DB] Results with ledger stripes?

2004-01-26 Thread Ryan Jameson (USA)
$bg1 = #dd; $bg2 = #ff; While ... $bg3 = $bg2; $bg2 = $bg1; $bg1 = $bg3; echo tr bgcolor='$bg1' Makes sense? Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, January 25, 2004 6:43 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Results