Need help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ebony06
Forum Newbie
Posts: 1
Joined: Thu Feb 18, 2010 2:40 am

Need help

Post by ebony06 »

please i need help with arrays. how can i use the elements of an array as the keys for the same array?
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: Need help

Post by pbs »

User array_flip() function
Post Reply