> is it possible to set the pointer of an array to a specific
> key or value of the array, so i can write an array navi-
> gation script?
> Maybe there is a way to use pos() to set it to a specific
> place in the array, but i dont know how.

Well, you can always access the array elements using a
numerical index.  And you can use whatever method is
most convenient to set that index.  Alternately, you can
look into current() and next().

Chris


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

Reply via email to