hey guys/gals... i keep getting a "Wrong parameter count for round()" error. and i cant figure out why. if i take the round() part of the code out, it works fine. i am using php3. but the php.net documentation says that the round() function works with php3 so i was wondering if there is any other way to round a number?
or if anyone can shed some light on why i might be getting this error. i have tried just doing something simple like round (1.9320, 2); but it just doesnt want to work.
please help