PHP Loop

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
silvester
Forum Newbie
Posts: 8
Joined: Fri Jun 23, 2006 2:43 pm

PHP Loop

Post by silvester »

loop
Last edited by silvester on Sun Aug 27, 2006 1:09 pm, edited 2 times in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Code: Select all

$total += max(floor(($weight - 12500) / 2500), 0) * 25;
Post Reply