note 77850 deleted from ref.array by felipe
| 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