A simple example of color rotation _php Foundation

Source: Internet
Author: User
A simple example of color rotation, using the ternary operator, so that the program concise.
We have seen on the site that some table cell background color is interlaced, in fact, with a small section of the code below can be implemented: $color = (($coloralter + +%2)? "E0e0e0": "E8e8e8"), that is, by adding the variable sum and 2, using the ternary operator to obtain two different color values.
Examples are as follows:
<title>test</title>
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">

<body bgcolor= "#FFFFFF" >
<table width= "750" border= "0" cellspacing= "1" cellpadding= "1" >

<?php
For ($i =0 $i <5; $i + +) {
$color = (($coloralternator + +%2)? "E0e0e0": "ff6666");
echo "<tr bgcolor= '". $color. "' ><td> everyone good </td></tr> ";
}
?>
</table>
</body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.