If I have a value and I want the value after decimal point how would I do that?
3.2
how do i put 2 in a value?
This is what I want to do with it.
I have 8 pages, with 5 rows of data per page, suppose the 8th page has only 3 rows of data.
I want to be able to say, 1-10, 10-20 and eventually 80-83
If I have a $number of rows / $limit
I get how many pages, but if the result is 3.2, i'd know like that.
How to get it?
Thanks
mk