|
|
|
เช็คค่าตัวเลขที่ ติดลบ ใน mysql แล้วแสดง ตัวเลขที่ติดลบ ให้เป็นสีแดง ทำไงครับ |
|
|
|
|
|
|
|
มาทำแบบนี้ได้ครับแต่เวลาแสดงค่าติดลบไม่มีลูกน้ำ
ใครมีวิธีแสดงค่าติดลบแล้วมีลูกน้ำ โพสมาๆอิอิ
<?php $totalbalance = $row_payjan['totalbalance'] ;
if ($totalbalance<0) { echo " <font color=red>$totalbalance</font>";
}else {echo number_format ($totalbalance,',') ;}?>
|
|
|
|
|
Date :
2009-12-22 20:01:38 |
By :
Youtoup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$totalbalance = $row_payjan['totalbalance'] ;
if ($totalbalance<0)
{
echo " <font color=red>" . number_format ($totalbalance,',') . "</font>";
}else{
echo number_format ($totalbalance,',');
}
|
|
|
|
|
Date :
2009-12-22 21:28:18 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ว้าวสุดยอดเลยครับ ง่ายๆแค่นี้เองเหรอ.... ใช้ จุดคั่น html กับ php
ไอ้เราก็คิดตั้งนาน ขอบคุณหลายๆครับ คริๆ
|
|
|
|
|
Date :
2009-12-22 21:42:21 |
By :
Youtoup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันเป็นการเชื่อม string ของ php ครับ
|
|
|
|
|
Date :
2009-12-22 22:18:18 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|