Posted by Martin Mouritzen on 11/01/06 13:38
On Wed, 1 Nov 2006 09:40:02 -0000, "linda" <n0spamF0rme@tiscali.co.uk> wrote: >$n = ($row['price']) ; >number_format ($n, 2); As Peter stated, try this: $n = ($row['price']); if ($n) { print number_format($n, 2); } -- Med venlig hilsen, Martin Mouritzen. http://www.siteloom.dk
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming