Re: [PHP] Alternet row colors

2003-11-15 Thread zhuravlev alexander
On Sat, Nov 15, 2003 at 06:09:18PM +0200, Boaz Yahav wrote: > > function alternate_rows( > // color_1 and color_2 have default values, but can be over-ridden. > $data, > $color_1 = '#99', > $color_2 = 'black' > ) > { > // Declare $color as static so it retains its value when progra

Re: [PHP] Alternet row colors

2003-11-15 Thread PAUL FERRIE
Thats pretty much what i have got off www.hotscripts.com. The problem is adding it to my exsisting code. ~cheers Paul "Boaz Yahav" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You can also check : A PHP function To Make Alternative Colored table rows http://www.weberdev.com/get_e

RE: [PHP] Alternet row colors

2003-11-15 Thread Boaz Yahav
You can also check : A PHP function To Make Alternative Colored table rows http://www.weberdev.com/get_example.php3?count=3609 Alternating background color for HTML table rows http://www.weberdev.com/get_example.php3?count=3482 Another way to alternate table rows http://www.weberdev.com/get_exam