|  | 
	                
  
    | 
	 
        format_number ค่า ทำการเขียนโปรแกรมเพื่อออกรายงาน แล้วมียอดรวมท้ายสุด ต้องการจัด format     |  
    |  |  
 
              
  
    | 
 
        
          |  |  |  |  |  
          |  |  | 
            
              | โผมใช้อย่างนี้อ่ะ เวิกครับ number_format($total,2,'.',',')
 
 |  
              | 
                
                  |  |  |  |  
                  |  | 
                      
                        | Date :
                            2009-04-10 15:23:00 | By :
                            thunder |  |  |  
                  |  |  |  |  |  |  |  
          |  |  |  |  |  
 
 
        
          |  |  |  |  |  
          |  |  | 
            
              | Code (PHP) 
 <?php
$total = "123456";
$total = number_format($total,2,'.','');
echo "$total";
?>
 
 ลองดูนะครับ
 
 |  
              | 
                
                  |  |  |  |  
                  |  | 
                      
                        | Date :
                            2009-04-10 16:03:05 | By :
                            mosaddzero |  |  |  
                  |  |  |  |  |  |  |  
          |  |  |  |  |  
 
        
          |  |  |  |  |  
          |  |  | 
            
              | ขอบคุณค่าสำหรับคำแนะนำ จะลองดูนะค่า 
 |  
              | 
                
                  |  |  |  |  
                  |  | 
                      
                        | Date :
                            2009-04-12 15:37:12 | By :
                            nitnoi |  |  |  
                  |  |  |  |  |  |  |  
          |  |  |  |  |  
 
        
          |  |  |  |  |  
          |  |  | 
            
              | Code (PHP) 
 <?php
 number_format("$total,2,'.',") //อันนี้เป็นของคุณนะครับ
 number_format($total,2,'.','') //ก็แค่แกใขเป็นแบบนี้ก็จะแสดงแล้วครับ
?>
 |  
              | 
                
                  |  |  |  |  
                  |  | 
                      
                        | Date :
                            2009-04-12 19:02:21 | By :
                            mosaddzero |  |  |  
                  |  |  |  |  |  |  |  
          |  |  |  |  |  |  |