Why should I store logs in a database rather than a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the capacity of mysql database?
coding for deleting items form data base on select
What is the difference between a session and cookies?
What are sql injections, how do you prevent them and what are the best practices?
What is the difference between echo and print statement?
11 Answers Rushmore Consultancy,
Differentiate echo vs. Print statement.
What is default session time in php?
how many type of url?
Tell me what are the encryption techniques in php?
What is the difference between explode () and split () functions 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.
Could we start a variable with number like $4name?