This seems very basic, but if I enter
$arr[1] = 3.643; echo $arr[1];
I get just 3, not the entire number. Can arrays not contain floats or do I have to specially define something?
Thanks!
works on my box:
WinXP Apache 2.0.50 PHP 5.0.4
Thanks so much for the quick response. I'm a dork. I was using a variable name that was used elsewhere in the code. Duh. It's working fine now.