01.
<?php
02.
echo
'<table cellpadding=
"3"
cellspacing=
"3"
width=
"100%"
>
03.
<tr>
04.
<th>No.</th>
05.
<th>Order<br>
Date
</th>
06.
<th>Type</th>
07.
<th>Urgent?</th>
08.
<th>Require By</th>';
09.
if
(
$A
=
$B
){
10.
echo
'<th>Problem</th>'
;
11.
}
12.
echo
'
13.
<th>Status ส่งมอบงาน</th>
14.
<th>Status รับมอบงาน</th>
15.
<th>Status ตรวจสอบงาน</th>
16.
</tr>';
17.
?>