I have some price values to display in my page.
I am writing a function which takes the float price and returns the formatted currency val with currency code too..>
PHP has a function called money_format for doing this. Read about this here.
money_format