Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rounding down

Status
Not open for further replies.

Barra44

Programmer
Joined
Dec 18, 2001
Messages
50
Location
AU
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
 
Thank you very much
That fixed my problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top