Seem like your missunderstanding me. I'm not using an orignal array. I'm
using an "map-array".

$array = ('element' = 'value');

// Jonas


Den 06-05-04 14.29, skrev "Jay Blanchard" <[EMAIL PROTECTED]>:

> [snip]
> Is there any way to call for an element value in an array by the
> position?
> Like position 2 in the array and not the key name.
> [/snip]
> 
> I hate to say this, but you really need to RTFM http://www.php.net/array
> 
> To get a value from position 2 in an array you use $arrayName[1] (all
> array elements start numbering at 0, unless you do something to the
> array to change it).
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to