What is session php?
No Answer is Posted For this Question
Be the First to Post Answer
Is php faster than python?
What is meant by urlencode and urldecode?
Which is used to maintain the value of a variable over different pages?
what are the errors and when we get that particular errors.and who will give that errors
How to send a cookie to the browser?
How to generate a character from an ascii value?
How can we find the number of rows in a result set using PHP?
Do I need apache for php?
Is ruby on rails php?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Why does php start with variables?
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.