[posted and emailed]
On 12 Apr 2001 12:48:52 -0700, [EMAIL PROTECTED] (Jeffrey
Greer) wrote:
>
>// putting the values in an array is trivial, but you should do it
>like this
>// or you will confuse your numeric ids with the ids that php
>puts in an array automatically
Whoops. I was wrong about array. Keys are only filled in
automatically if you do this:
$my_array[] = 'some value';
now $my_array[0] = 'some value';
>--
>Jeff Greer
>- B.S. computer science - Univ. MO - Rolla
>- I do web hosting and development. Details
> at http://www.singlesconnection.org/services/
--
Jeff Greer
- B.S. computer science - Univ. MO - Rolla
- I do web hosting and development. Details
at http://www.singlesconnection.org/services/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]