[GRIPE] range()
Posted: Tue Jun 27, 2006 1:49 pm
Wow, how did I miss this in the frigen manual range()

What a pain. After a few hours of trying to figure out why some of my a list boxes were not working properly....the answer, php 4.3In PHP versions 4.1.0 through 4.3.2, range() sees numeric strings as strings and not integers. Instead, they will be used for character sequences. For example, "4242" is treated as "4".