J Jetbavecath New Member Jun 11, 2012 #1 I have a variable $totalprice with number 1,072.00.If I use int($totalprice) or number_format($totalprice), it outputs 1.00.How can I solve this problem? I want 1072.00
I have a variable $totalprice with number 1,072.00.If I use int($totalprice) or number_format($totalprice), it outputs 1.00.How can I solve this problem? I want 1072.00