i still have some problems on typecasting my float-variable to a string
variable.
i used something like this:

$n = $row["Points"];
settype($n,"string");

but the zeros are still there - as if $n is still handled as a float
number not a string.
with $n = 1.90 it's converted to 1.9 without problems...

bye,
Thomas Murphy

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to