Master:
# 1    use round, floor, and ceil in php                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
these are very useful functions.

I have ever create simple Buy 5 get 1 function:

function one_free_got($qty){

if($qty>=5)
return floor($qty/5);
else
return "";
}
Hits: 168, Date: 2009-06-25 08:27:12
[Agree] ( 15 ) [Against] ( 15 )

1 - 1 [ 1]

Reply: use round, floor, and ceil in php

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing