Jump to content

PHP number calculation


l!m!t

Recommended Posts

 

I have a form which posts a dollar amount I am trying to figure out how I can add $10 for every $1000 ?

 

so it should do the  following

$1000 + 10

$2000 + 20

$3000 + 30

 

How would I go about doing this? The only thing I can think of would be a for loop and to some how break up the values into thousands.. - I am new to PHP so don't fully know all the functions.

 

Any suggestion would be great.

Link to comment
https://forums.phpfreaks.com/topic/199833-php-number-calculation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.