echo round(3.33);
returns me 3.
Is there any method available which returns the higher number, in this case 4?
Thanks, Kay
the function ceil().
ceil()