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 Alumni Module Available for Testing 2/24 12:51 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/18 0:25 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 15:42 kevinpetit Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 13:21 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 2:47 Mamba XOOPS.org extremely slow 2/16 10:27 kevinpetit Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/16 10:12 kevinpetit DebugBar and Monolog Logger are now part of XOOPS 2.5.12 2/15 16:46 Mamba Real Estate Module Available for Testing 2/15 15:50 Mamba Comprehensive PhpUnit Tests Suite Added to XOOPS 2.5.12 2/15 15:48 Mamba Who's Online 418 user(s) are online (181 user(s) are browsing Support Forums) Members: 0 Guests: 418 more... Donat-O-Meter Stats Goal: $15.00 Due Date: Mar 31 Gross Amount: $0.00 Net Balance: $0.00 Left to go: $15.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 Alumni Module Available for Testing 2/24 12:51 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/18 0:25 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 15:42 kevinpetit Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 13:21 Mamba Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/17 2:47 Mamba XOOPS.org extremely slow 2/16 10:27 kevinpetit Re: XOOPS 2.6.0 Alpha-1 available for Testing & Contributions 2/16 10:12 kevinpetit DebugBar and Monolog Logger are now part of XOOPS 2.5.12 2/15 16:46 Mamba Real Estate Module Available for Testing 2/15 15:50 Mamba Comprehensive PhpUnit Tests Suite Added to XOOPS 2.5.12 2/15 15:48 Mamba Who's Online 418 user(s) are online (181 user(s) are browsing Support Forums) Members: 0 Guests: 418 more... Donat-O-Meter Stats Goal: $15.00 Due Date: Mar 31 Gross Amount: $0.00 Net Balance: $0.00 Left to go: $15.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
418 user(s) are online (181 user(s) are browsing Support Forums)
Members: 0
Guests: 418