foreach($counter = 0; $counter < 10; $counter++)
{

$array[] = $counter;

}

$lastkey = (count($array)-1);

On Tue, 2003-02-04 at 06:43, Leif K-Brooks wrote:
Is there any way to get the key of an element added to an array with []?
I need to use this for a reference to it. The only idea I can think of
is to foreach through the array and use the last key looped through, but
that seems very dirty.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-- 
Adam Voigt ([EMAIL PROTECTED])
The Cryptocomm Group
My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to