View Single Post
  #7 (permalink)  
Old 10-04-2008, 14:25
DavidAllen's Avatar
DavidAllen DavidAllen is offline
Premium Member
 
Join Date: Jan 2007
Location: Amersham
Posts: 336
Send a message via MSN to DavidAllen Send a message via Skype™ to DavidAllen
Default

PHP Code:
print '£'.format_number(($arow['productprice']*$drinkprice),2); 
should do it - the key point is the 2 in format_number which says howmany decimal places to output
__________________
David Allen - www.serina.co.uk
Reply With Quote