Hi! I use function doubleval() to convert to double. In some cases it comverts to exponentiol format (like: 7E+02), but i want 70.00 ! How force it ?
Try the round() function http://www.php.net/manual/en/function.round.php
-Josh