note 77850 deleted from ref.array by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: James Churchman 

----

very simple tip.. if you want an array's keys.. but not the values in it then this will do the trick

$keys_only_array = array_flip(array_keys($origional_array_with_keys_and_values));

james
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.