View Single Post
  #6 (permalink)  
Old 10-04-2008, 13:39
KarlG KarlG is offline
Junior Member
 
Join Date: Dec 2005
Location: UK
Posts: 19
Default

Did do as soon as i read this reply, the old settings are deleted, cheers.

I had a format_number() function before that would keep the trailing 0 on a price "ie £8.70, not 8.7" that doesnt work on print '£'.($arow['productprice']) * $drinkprice.'';, is there any simple way to stop it removing the end 0?

i assumed print '£'. format_number(($arow['productprice']) * $drinkprice).'';, would work, but it doesnt.

i really should stick to making music i think.
__________________
http://www.karlgunton.com

Last edited by KarlG : 10-04-2008 at 13:49.
Reply With Quote