>>Hi everyone >> >>Here's a small problem that I haven't been able to figure out and hence I >>figured I'd post and see if anyone can explain this to me. >> >>-snip- >> >How exactly does PHP handle these values internally? Does anyone know? > >Tomi: > >Try this: > >http://www.webbytedd.com/b/timed/ > >HTH's > >tedd Thanks Tedd, but that's not really what I asked for. The difference in your script is that it doesn't use the TRUE flag (unlike the script given on PHP's manual). But not much of anything else. PHP still behaves the same way with the float numbers when you try to look at them. And that is the part that I wish to understand. PHP clearly stores a number with more than two decimal points when you call microtime(). But when you print it, it only shows two. Why is this? Tomi Kaistila PHP Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php