The confession of a student who was expelled from 13 schools. A simple example of color rotation

Source: Internet
Author: User
A simple example of color rotation, using ternary operators to make the program concise.
We have seen some of the table cells on the site the background color is interlaced, in fact, with a small section of the following code can be implemented: $color = (($coloralter + +%2)? "E0e0e0": "E8e8e8"), that is, by adding variables and 2, using ternary operator to obtain two different color values.
Examples are as follows:


Test









for ($i =0; $i <5; $i + +) {$color = (($coloralternator + +%2)? "E0e0e0": "ff6666"); echo " "; } ? >
Hello everyone



The above describes the confession of a student who has been expelled from 13 schools. A simple example of color rotation, including a confession of a student expelled from 13 schools, hopes to help a friend who is interested in PHP tutorials.

  • 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.