What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
No Answer is Posted For this Question
Be the First to Post Answer
What are escaping characters? Explain with an example?
What is indexing in mysql and how do we create indexing in mysql
Tell me what is pear?
Does exist in php?
How to find the length of a string?
What is return value 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.
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Explain what does $_server means?
What is binary safe string?
How the web server interprets php and interacts with the client?
What is the use of "echo" in php?