|
|
|
ขอถามวิธีใส่เงื่อนไข (if) ใน echo table tag <td> ครับ |
|
|
|
|
|
|
|
ยากอ่ะ ไม่มีใครช่วยได้หรอก
|
|
|
|
|
Date :
2014-09-18 09:58:52 |
By :
วินด์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองหลายวิธีแล้วรันไม่ขึ้นเลย ยากจริงๆครับ T^T
|
|
|
|
|
Date :
2014-09-18 10:08:09 |
By :
godzilar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าคำถามง่ายๆเราจะตอบให้
ไม่งั้นเราก็จะรอจนกว่าคนอื่นตอบ
แล้วค่อยมาเม้นดันกระทู้ด้วย emo ให้บอร์ดโชว์ชื่อเราข้างนอก
คนผ่านมาผ่านไปจะได้คิดว่าเรามาช่วยตอบแล้ว
|
|
|
|
|
Date :
2014-09-18 10:48:35 |
By :
ผ่านมา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<table width="400" border="1">
<tr>
<td>-</td>
</tr>
<tr>
<td>test</td>
</tr>
</table>
<script src="jQuery.min.js"></script>
<script>
$(function(){
$('td').each(function(index, element) {
var text=$(this).text();
if(text == '-'){
$(this).attr('align','center');;
}
});
});
</script>
|
|
|
|
|
Date :
2014-09-18 11:14:56 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้า Ex-[S]i[L]e[N]t ไม่เอา jQuery มาใส่ ผมกำลังจะย้อนถามว่ายากตรงไหน และกำลังจะเขียน if ง่าย ๆ ให้ พอดีมี jquery มาล่ะ สบาย ฮ่า ๆ ๆ
|
|
|
|
|
Date :
2014-09-18 15:56:46 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พอดีว่าง
<?php
if($guarantee == ""){
?>
<td width ='8%' align='center'>-</td>
<?php
}else{
?>
<td width ='8%' align='left'>$guarantee</td>
<?php
}
?>
|
ประวัติการแก้ไข 2014-09-18 16:03:23
|
|
|
|
Date :
2014-09-18 16:01:55 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$qrt_align = 'left';
if($guarantee == "-"){
$qrt_align = 'center';
}
echo "<tr>
<td width ='8%' align='left'>$company</td>
<td width ='10%' align='left'>$name_contract</td>
<td width ='5%' align='center'>$no_contract</td>
<td width ='3%' align='center'>$date_contract</td>
<td width ='3%' align='center'>$date_start</td>
<td width ='3%' align='center'><font color='#be1c1c'>$date_stop</font></td>
<td width ='5%' align='center'>$date_return_exp</td>
<td width ='5%' align='center'>$date_return</td>
<td width ='8%' align='center'>$money</td>
<td width ='5%' align='center'><font color='#be1c1c'>$status</font></td>
<td> width ='8%' align='$qrt_align'>$guarantee</td>
<td width ='5%' align='center'>$name_record</td>
<td width ='8%' align='center'>$name_government</td>
<td width ='5%' align='center'>$location</td>
<td width ='5%' align='center'>$secratary</td>
<td width ='5%' align='center'>$secratary_buy</td>
<td width ='5%' align='center'>$attorney</td>
<td width ='5%' align='center'>$detail</td>
<td width ='5%' align='center'>$file</td>
<td width ='5%' align='center'>$time_guarantee</td>
<td width ='5%' align='center'>$date_check</td>
</tr> \n";
|
|
|
|
|
Date :
2014-09-18 19:25:59 |
By :
{Cyberman} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|