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 Re: New module: Smartshare Today 20:12 Runeher2 SmartLike (coming) Today 18:17 Runeher2 Re: New module: Weather Today 18:02 Runeher2 Re: XOOPS Custom Field Module Today 17:59 Runeher2 Re: XOOPS Custom Field Module Yesterday 21:04 Mamba XOOPS Custom Field Module Yesterday 19:29 heyula Re: New module: Smartshare 6/28 7:54 heyula Re: New module: Weather 6/28 1:21 Mamba Re: New module: Weather 6/27 18:23 Runeher2 New module: Weather 6/27 18:16 Runeher2 Who's Online 168 user(s) are online (94 user(s) are browsing Support Forums) Members: 1 Guests: 167 Runeher2 more... Donat-O-Meter Stats Goal: AU$15.00 Due Date: Jul 31 Gross Amount: AU$0.00 Net Balance: AU$0.00 Left to go: AU$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 Re: New module: Smartshare Today 20:12 Runeher2 SmartLike (coming) Today 18:17 Runeher2 Re: New module: Weather Today 18:02 Runeher2 Re: XOOPS Custom Field Module Today 17:59 Runeher2 Re: XOOPS Custom Field Module Yesterday 21:04 Mamba XOOPS Custom Field Module Yesterday 19:29 heyula Re: New module: Smartshare 6/28 7:54 heyula Re: New module: Weather 6/28 1:21 Mamba Re: New module: Weather 6/27 18:23 Runeher2 New module: Weather 6/27 18:16 Runeher2 Who's Online 168 user(s) are online (94 user(s) are browsing Support Forums) Members: 1 Guests: 167 Runeher2 more... Donat-O-Meter Stats Goal: AU$15.00 Due Date: Jul 31 Gross Amount: AU$0.00 Net Balance: AU$0.00 Left to go: AU$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
168 user(s) are online (94 user(s) are browsing Support Forums)
Members: 1
Guests: 167
Runeher2