my coding
Error occured is
Fatal error: Call to undefined function: money_format()
i am new to php, i dont know to handle money_format(); , guide me with suitable example.
Code:
$productamount = money_format('%.2n',$productamount); $totalamount = ($userproductqty * $productamount);
Fatal error: Call to undefined function: money_format()
i am new to php, i dont know to handle money_format(); , guide me with suitable example.
Comment