I've a simple question.
I've this 7310093341976450848 number which I needed to echo.But when I echo it gives me this 7.3100933419765E+18.
I tried
echo (string)$data;to cast it to string and then print it but it's still giving the same result.
The number is initially of type double.
7310093341976500000– stevendesu Jul 7 '12 at 18:15