How do I format a number as pounds sterling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
mhouldridge
Forum Contributor
Posts: 267
Joined: Wed Jan 26, 2005 5:13 am

How do I format a number as pounds sterling

Post by mhouldridge »

Hi,

i have a simple form page from which I can enter a number. That then gets stored within my Mysql database.

I would like this number to be formatted in pounds sterling and support decimals. I am currently using INT for the field within the database.

Please help.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Post Reply