Forum Index » PHP + MySQL » [HELP] - Adding
Posted on Monday 23rd February 2009 at 03:14 PM
jambomb
/templates/default/images/noavatar.png's Avatar
Junior Member
Hi, i need to round up all the number of quantity for this thing im making,

People have cars and they have a quantity but how can I add up all the quantity together to make 1 number if you understand?

Ty
Posted on Monday 23rd February 2009 at 11:21 PM
ShadowMage
/templates/default/images/noavatar.png's Avatar
Senior Member
https://php.net/ceil
https://php.net/floor

Soo... if its decimal numbers..
Code
plaintext


If not just;
Code
plaintext
Posted on Tuesday 24th February 200 at 10:29 AM
jambomb
/templates/default/images/noavatar.png's Avatar
Junior Member
What im trying to do is the players have a garage of cars and each car has a quantity default is 1, what i need is to calculate each quantity untill it reaches the garage max which is different for each garage and im trying to make it so when the total amount of quantity reaches the garage max it will say your garage is full.

xD

Thanks