RE: [PHP] RE: newbie alternate row colours in dynamic table -- timed tests

2003-04-05 Thread John W. Holmes
27; : '#E3E8F0'); } $time_end4 = getmicrotime(); $time4 = $time_end4 - $time_start4; echo "version four: \t$time4 seconds\n"; ?> > -Original Message- > From: Philip Olson [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 05, 2003 7:42 PM > To: Daev

RE: [PHP] RE: newbie alternate row colours in dynamic table -- timed tests

2003-04-05 Thread Daevid Vincent
I had to know... ;-) Output: version one:0.56761503219604 seconds version two:0.3099730014801 seconds version three: 0.36320495605469 secondss So the boolean (V2)is faster: Mine is slightly slower by a 'smidge' (0.06 seconds) Top one is cleanest but slower. --- test --- \n"; $time_