表头方向错误

时间:2016-07-28 09:57:41

标签: php html html-table

我目前正在尝试使用PHP中的某些数组填充HTML表格,我的HTML知识远远不够,我想知道是否有人可以帮助我让表格标题水平而不是垂直?

PHP:

print "<table>";
print "<tr>";
    for ($x=0; $x <=10; $x++)
    {
        print "</tr>";
        print "<th>$keys[$x]</th>";
        print "<td>$step[$x]</td>";
    }

结果:

这些是我希望水平显示而不是垂直显示的标题。

任何帮助一如既往的感谢,谢谢

enter image description here

2 个答案:

答案 0 :(得分:2)

首先使用标题创建一行,然后使用值。

select "nid" from Owns where "license" = (select "license" from Car where "model" = 'Axio');

答案 1 :(得分:0)

&#13;
&#13;
8080 0

Change Port HTTP and FTP.


SQL> begin
2 dbms_xdb.sethttpport('80'); 

3 dbms_xdb.setftpport('2100');

4 end;

5 /

SQL> select dbms_xdb.gethttpport as "HTTP-Port"
, dbms_xdb.getftpport as "FTP-Port" from dual;

HTTP-Port FTP-Port
&#13;
&#13;
&#13;