2010/1/23 3:42
demian
Quite a regular
Posts: 225
Since: 2008/4/29
echo ""; echo "Bil"; echo "Name"; echo "Title"; echo "Unit"; echo ""; while($row = mysql_fetch_array($result)) { $id=$row['id']; echo ""; echo ""; echo $bil++; echo ""; echo "" . $row['name'] . ""; echo "" . $row['title'] . " " . $row['gred'] . "" . $row['No'] . ""; echo "" . $row['unit'] . ""; echo ""; } echo "";echo "";
2010/1/23 5:10
ghia
Community Support Member
Posts: 4953
Since: 2008/7/3 1
$class = ($i % 2 == 0) ? 'even' : 'odd'; echo "{$class}'> $i is a counter inside the loop.Better is to use a template. An example with odd, even is in eg the templates for the blocks of the system module. 3 Re: help with odd, even table styling 2010/1/23 12:22 demian Quite a regular Posts: 225 Since: 2008/4/29 thats the plan using template...this is a temp solutionthanks ghia...it almost work but it only use the even class for all rowi got another solution from another forum i use this $int = 0; while (/* ... */) { echo ', ++$int & 1 ? 'even' : 'odd', '">'; // ... } and it works 4 Re: help with odd, even table styling 2010/1/23 13:29 ghia Community Support Member Posts: 4953 Since: 2008/7/3 1 (Is odd and even not reversed on that one?) 5 Re: help with odd, even table styling 2010/1/23 15:07 demian Quite a regular Posts: 225 Since: 2008/4/29 ..reversed ? noit works exactly how i wanted..actually i got the answer from a php forum Login Username Password Remember me Reset Search Advanced Search Recent Posts XOOPS MyMenus 1.54.0 Beta 10 11/18 11:08 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/18 11:06 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/16 12:32 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 18:06 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 5:33 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 5:29 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 4:39 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 3:50 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 3:31 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 1:48 Mamba Who's Online 329 user(s) are online (183 user(s) are browsing Support Forums) Members: 0 Guests: 329 more... Donat-O-Meter Stats Goal: $100.00 Due Date: Nov 30 Gross Amount: $0.00 Net Balance: $0.00 Left to go: $100.00 Latest GitHub Commits {{ record.sha.slice(0, 7) }} - {{ record.commit.message | truncate }} {{ record.commit.author.name }} {{ record.commit.author.date | formatDate }}
2010/1/23 12:22
$int = 0; while (/* ... */) { echo ', ++$int & 1 ? 'even' : 'odd', '">'; // ... } and it works 4 Re: help with odd, even table styling 2010/1/23 13:29 ghia Community Support Member Posts: 4953 Since: 2008/7/3 1 (Is odd and even not reversed on that one?) 5 Re: help with odd, even table styling 2010/1/23 15:07 demian Quite a regular Posts: 225 Since: 2008/4/29 ..reversed ? noit works exactly how i wanted..actually i got the answer from a php forum Login Username Password Remember me Reset Search Advanced Search Recent Posts XOOPS MyMenus 1.54.0 Beta 10 11/18 11:08 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/18 11:06 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/16 12:32 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 18:06 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 5:33 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 5:29 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 4:39 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 3:50 liomj Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 3:31 Mamba Re: XOOPS MyMenus 1.54.0 Beta 7 11/15 1:48 Mamba Who's Online 329 user(s) are online (183 user(s) are browsing Support Forums) Members: 0 Guests: 329 more... Donat-O-Meter Stats Goal: $100.00 Due Date: Nov 30 Gross Amount: $0.00 Net Balance: $0.00 Left to go: $100.00 Latest GitHub Commits {{ record.sha.slice(0, 7) }} - {{ record.commit.message | truncate }} {{ record.commit.author.name }} {{ record.commit.author.date | formatDate }}
2010/1/23 13:29
2010/1/23 15:07
Advanced Search
329 user(s) are online (183 user(s) are browsing Support Forums)
Members: 0
Guests: 329