PHP Loop table implements a two-row display method _php Tutorial

Source: Internet
Author: User

PHP Loop table implements a two-row display method


This article mainly introduces the PHP loop table implementation of a row of two-column display method, this article directly give the implementation code, the focus is on the use of redundancy method, the need for friends can refer to the next

?

1

2

3

4

5

6

7

8

9

Ten

+

+

/

/

!--? php

$i =0;

foreach ($setarr as $val) {

$i + +;

?

!--? = $val?-->

!--? php

}?

$setarr = Array (0,1,2,3,4,5,6,7,8,9);//equivalent to the database get array

If ($i%2==0&& $i

';
first column second column

For example, a function conversion is required for the other character types:

?

1

2

3

4

$STR = "Hello World". It ' s a beautiful day. ";

Print_r (Explode ("", $str));

?>

Results:

?

1

2

3

4

5

6

7

8

9

Array

(

[0] = = Hello

[1] = world.

[2] + = It ' s

[3] = a

[4] = Beautiful

[5] = = Day.

)

http://www.bkjia.com/PHPjc/1011119.html www.bkjia.com true http://www.bkjia.com/PHPjc/1011119.html techarticle PHP Loop Table Implementation of a two-column display method This article mainly introduces the PHP loop table implementation of a row of two-column display method, this article directly gives the implementation code, the focus is on the method of taking the remainder ...

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