How to find length of an array in php ?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of array supported in php?
Difference among echo, print and printf.
When to use inquire vs enquire?
How are cookies created?
What is php mean?
What is the purpose of $_ session?
What is the function mysql_pconnect() useful for?
What is the difference between $message and $$message ?
What is php beginner?
how to include a datepicker in a form using php and mysql
What is a trait in php?
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.