|
|
|
จะเก็บข้อมูลที่มีจุดทศนิยมลงฐานข้อมูลต้องใช้ตัวใดครับ mysql |
|
|
|
|
|
|
|
FLOAT (5,2)
|
|
|
|
|
Date :
2013-11-19 16:39:21 |
By :
BabyDragon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
แอดได้ แต่พอแสดงผล มันไม่แสดงจุดทศนิยมด้วยครับ
|
|
|
|
|
Date :
2013-11-20 08:46:40 |
By :
kunnawut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 :
2013-11-20 09:05:38 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เก็บก็เก็บลงไปเลยครับตรงๆ นั้นเหละไม่ต้องFLOAT ให้วุ่นวาย. . . แต่ชนิดของข้อมูลในphpmyadmin เลือกเป็น dubble ครับ
การแสดงก็ nummer_format ธรรมดา
|
|
|
|
|
Date :
2013-11-20 11:30:31 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2013-11-20 15:03:42 |
By :
kunnawut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|