How to remove duplicate values from php array?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.

1 Answers   IndiaTimes,


What is print_r?

0 Answers  


Explain why would we use === instead of ==?

0 Answers  


explain the changes in php version

3 Answers  


How to create an empty array in php?

0 Answers  






How to download and install php on windows?

0 Answers  


What is the importance of "method" attribute in a html form?

0 Answers  


How do we get the current session id?

0 Answers  


How to send a cookie to the browser?

0 Answers  


Tell me what is the difference between get and post?

0 Answers  


How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?

1 Answers  


Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?

4 Answers  


Categories