Posted by Mattias Thorslund on 04/09/05 08:22
Chris W. Parker wrote: >Read www.php.net/array_keys and you shall have your answer. > >>From the php docs: > ><?php > > $array = array(0 => 100, "color" => "red"); > print_r(array_keys($array)); > >?> > >Will output. > >Array >( > [0] => 0 > [1] => color >) > > Duh! Yes, I replied a little too fast on that one. /Mattias -- More views at http://www.thorslund.us
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming