RE: [PHP] Re: Is it *really* an associative array?

2001-09-18 Thread Boget, Chris
what are you trying to do? why do you want to diffirentiate between 99 as a string or as a number? Because if it is a string, more than likely it means that the key was user defined and is not PHP defined as an element number. Again, consider the differences between these two arrays:

[PHP] Re: Is it *really* an associative array?

2001-09-14 Thread _lallous
what are you trying to do? why do you want to diffirentiate between 99 as a string or as a number? Chris Boget [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Sample code: script language=php $array = array( one, two, three ); while( list( $key, $val ) =