number_format is not working

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
joseabraham
Forum Newbie
Posts: 1
Joined: Mon Mar 14, 2011 4:52 am

number_format is not working

Post by joseabraham »

previously i run my wamp server in windows xp... that time the number_format() was working fine. But now i change my os to windows 7. Now the number_format() is not woking. It is not showing any error / warning. Now i am using wamp server 2.1 . Please help me on this
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: number_format is not working

Post by Jonah Bron »

What's the problem exactly? Is PHP code being executed at all?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: number_format is not working

Post by John Cartwright »

Also, check your php error logs and/or enable error reporting.
Post Reply