Explain about PHP cookies?
No Answer is Posted For this Question
Be the First to Post Answer
What is a php form?
How do I run php?
What is crypt () in php?
How is php different from other languages?
How to turn on the session support?
What are the different types of errors in PHP?
What is the difference between print() and echo()?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
Can I use php in html?
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.
What is purpose of @ in Php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?