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: Introduction to Using SQLite with PHP 5

ProDevTips.com: File Uploads with PHP Doctrine

ArtyPapers.com: P+C DTR - PHP & CSS Dynamic Text Replacement

Cameron Olthuis' Blog: Top 10 Web Developer Libraries

Andre Liem's Blog: 5 tips and tools to optimize your php application - Part 1 simple


Community Events











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


testing functional opinion example introduction object conference series framework interview development community application language release podcast unittest code tool zendframework2

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