OK.. some time ago I saw that function in
VB but I never used it so I haven't got a clue what the function is called :(
int ( value ) in
VB return the integral part of the value (ex: 3.5 will return 3 or 14.99 wil return 14)
Is there a function in PHP to return the next full integral so if the value=3.01 it return 4 ?
Thanks.