


PHP dynamically implements table cross-row and cross-column implementation code
Copy code The code is as follows:
< ?php /* * author:xudafeng@126.com * blog:http://www.xdf.me * date:2012.7.28 */ class danteng { function init($col1_name, $col2_name, $col3_name, $time_unit) { echo "<table border=1><tr><th>" . $col1_name . "</th><th>" . $col2_name . "</th><th colspan=\"" . $time_unit . "\">" . $col3_name . "</th></tr>"; } function baobiao_danteng($name, $time_unit, $pro_name, $pre_name) { echo "<tr><th rowspan=\"" . count($pro_name) . "\">$name</th><td>" . $pro_name[0] . "</td>"; for ($i = 0; $i < $time_unit; $i++) { echo "<td>" . $pre_name . $i . ""; } echo "</tr>"; for ($j = 0; $j < (count($pro_name) - 1); $j++) { echo "<tr><td>" . $pro_name[($j + 1)] . "</td>"; for ($i = 0; $i < $time_unit; $i++) { echo "<td>" . $pre_name . $i . ""; } echo ""; } } function finish() { echo ""; } } ?>
The calling method is as follows:
Copy code The code is as follows:
$init = new danteng();
$init -> init('type', 'project', 'time unit', $time_num);
$init ->; baobiao_danteng('Fuxi', $time_num, $fuxi_pro, 'pre_n');
$init ->; baobiao_danteng('Nuwa', $time_num, $nvwa_pro, 'unit ');
$init ->; baobiao_danteng('Pangu', $time_num, $pangu_pro, 'ah');
$init ->; baobiao_danteng('Xiaoye', $time_num, $pangu_pro, 'danzi' );
$init ->; finish();

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
