atlantica Posted December 1, 2011 Report Posted December 1, 2011 Good day, How to supress the numbers after the comma Thanks... Quote
Moderators mark1million Posted December 1, 2011 Moderators Report Posted December 1, 2011 enclose in the round function so <?php echo round (existing code here), 0);?> Just replace teh existing code here with the current code you use to display, there are a couple of variations deppending on your code, some may need to be enclosed with {} as well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.