What is php pathinfo?
No Answer is Posted For this Question
Be the First to Post Answer
How to enable cURL in PHP?
What is $_ post in php?
Tell me what is the difference between characters 34 and x34?
How to create database connection and query in php?
What is $globals php?
What does the array operator '===' means?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is a closure in php?
How to genrate report in wordpress cms
Can we run php in apache tomcat?
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.