php创建的表单里面放内容,,每个TD里面都要我想要的内容详细请看下面
<?phptable();functiontable(){echo"<tablealign='center'border='1'width='100%'>";echo"<...
<?php
table();
function table(){
echo"<table align='center' border='1' width='100%'>";
echo "<caption><h1>阿斯科吗</h1></caption>";
for($out=0; $out<3; $out++){
echo "<tr>";
for($in=0; $in<20; $in++){
echo "<td>".($out*10+$in)."</td>"; //TD里面的内容我要放下面echo ord ($i).$i++;内容
}
echo "</tr>";
}
echo "</table>";
}
$i='a';
for ($n=0; $n<60; $n++){
echo ord ($i).$i++;
}
?>
结果就是20行3列的表单里面每个TD里面都要显示相应的 echo ord ($i).$i++;这个内容
急啊!! 展开
table();
function table(){
echo"<table align='center' border='1' width='100%'>";
echo "<caption><h1>阿斯科吗</h1></caption>";
for($out=0; $out<3; $out++){
echo "<tr>";
for($in=0; $in<20; $in++){
echo "<td>".($out*10+$in)."</td>"; //TD里面的内容我要放下面echo ord ($i).$i++;内容
}
echo "</tr>";
}
echo "</table>";
}
$i='a';
for ($n=0; $n<60; $n++){
echo ord ($i).$i++;
}
?>
结果就是20行3列的表单里面每个TD里面都要显示相应的 echo ord ($i).$i++;这个内容
急啊!! 展开
展开全部
放进去了,看看是不是这种效果?
<?php
table();
function table(){
$i='a';
$n=0;
echo"<table align='center' border='1' width='100%'>";
echo "<caption><h1>阿斯科码</h1></caption>";
for($out=0; $out<3; $out++){
echo "<tr>";
for($in=0; $in<20; $in++){
echo "<td>".(ord ($i).'-'.$i)."</td>"; //TD里面的内容我要放下面echo ord ($i).$i++;内容
$i++;
$n++;
}
echo "</tr>";
}
echo "</table>";
}
?>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询