|
|
|
จะใส่ลูกน้ำและมีทศนิยม2ตำแหน่งให้กับตัวแปร แบบ นี้้ <?=$row_show['pay1']?> |
|
|
|
|
|
|
|
อันนี้ผม เข้าใจ ครับ แต่ ว่าพอมาเป็น ตัวแปรแบบที่ code ด้านบน มัน ไม่รู้จะใส่ตรงไหน มัน erorr
|
|
|
|
|
Date :
2012-06-07 22:11:03 |
By :
amanza1225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?=number_format($row_show['pay1'],2)?>
Code (PHP)
<?php
$number = 1234.56;
// english notation (default)
$english_format_number = number_format($number);
// 1,235
// French notation
$nombre_format_francais = number_format($number, 2, ',', ' ');
// 1 234,56
$number = 1234.5678;
// english notation without thousands separator
$english_format_number = number_format($number, 2, '.', '');
// 1234.57
?>
|
|
|
|
|
Date :
2012-06-07 22:20:16 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุน ทั่ง2 คน มาก ครับบ
|
|
|
|
|
Date :
2012-06-07 22:26:30 |
By :
amanza1225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|