Jump to content

change the decimal point


angelsRock

Recommended Posts

great discussion above..haha

 

anyway problem.. hahahaha

 

echo $row[selling_price];

$row[selling_price]= number_format($row[selling_price],',',3);

 

echo $row[selling_price];

 

the above echo show value

but the later echo no...

 

error

Warning: Wrong parameter count for number_format()

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.