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.
Last edited by KarlG : 10-04-2008 at 13:49.
|