scotch33 Posted March 20, 2006 Share Posted March 20, 2006 Hi,I am trying to create a calculator that will calculate the number of packs of wood needed to floor a room. Its all working ok but my only problem is when I divide the floor space by the number of meters in a pack to calculate how many packs will be needed it is giving me a number with decimal places. I can easily change this to an integer and ditch the decimal places but how do I get it to always round up rather than down?ThanksJohn Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted March 20, 2006 Share Posted March 20, 2006 Look at the [a href=\"http://www.php.net/ceil\" target=\"_blank\"]ceil[/a]() function.Ken Quote Link to comment Share on other sites More sharing options...
scotch33 Posted March 20, 2006 Author Share Posted March 20, 2006 Thanks Ken - will do Quote Link to comment Share on other sites More sharing options...
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.