News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
How To Create Alternating Row Colors in PHP
June 20, 2007 @ 11:12:00

WebReference.com has a simple new tutorial today showing how to create alternating table rows in the output for your application.

Almost every database driven Web site uses alternating row colors when displaying a list of records, a concept used all over the Internet. You've seen it used, you like it, and now you want to do it yourself. But you're not sure how to accomplish it. Well you've come to the right place. I'm going to discuss the basic idea behind achieving this and give some concrete examples demonstrating different ways to implement it.

Their script loops through the information (numbers in their case) and checks, using the modulus operator to check and see which of the CSS styles it should apply to the div. To give a range of possibility, they also show how to do it with a while loop instead of a for to do a little benchmarking of the methods.

1 comment voice your opinion now!
alternate row color table forloop whileloop css alternate row color table forloop whileloop css


blog comments powered by Disqus

Similar Posts

DevShed: User-defined Interfaces in PHP 5 - Turning MySQL Classes into Interface Implementers

John Walsh's Blog: PHP Benchmark - For vs While

MSBWare.com: Alternating Row Colors

Developer Drive: Creating a PHP User Survey: Writing to Database Tables

Zend Developer Zone: AJAX Chat Tutorial Part 2


Community Events









Don't see your event here?
Let us know!


api podcast example testing development introduction tool language interview code zendframework2 unittest community phpunit composer database opinion framework release object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework