How do i round down a variable
eg $crib = $dbase15/2 ;
I tried $crib = int($dbase15/2)
but when i ran it I got the following message
Fatal error: Call to undefined function: int() in /production/ on line 150
Thanks in Advance
eg $crib = $dbase15/2 ;
I tried $crib = int($dbase15/2)
but when i ran it I got the following message
Fatal error: Call to undefined function: int() in /production/ on line 150
Thanks in Advance