Search found 2 matches
- Tue Feb 02, 2010 4:34 am
- Forum: PHP - Code
- Topic: Referencing multiple keys in an array
- Replies: 3
- Views: 125
Re: Referencing multiple keys in an array
if (array_key_exists(array_slice($queen_index, 0, 5), $tag)) ... Though, I think you should review your code ... If you need things like these, something is really wrong. That seems like a marvelous solution, and I should have been able to derive it myself, but your comment has me worried again. Wh...
- Tue Feb 02, 2010 3:28 am
- Forum: PHP - Code
- Topic: Referencing multiple keys in an array
- Replies: 3
- Views: 125
Referencing multiple keys in an array
I can't shake the feeling that there is something very basic I'm missing, but I've been trying various search phrasings and reading about arrays on different sites for several hours now and either haven't found the answer, or haven't understood well enough to recognize it. I want to assign $p_type b...