What is warning – “cannot modify header information – headers already sent”?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how to create a text file in php?
Where session is stored?
What does addslashes do in php?
What is the salary for php developer(Fresher)?
How to pad an array with the same value multiple times?
What types of images that PHP supports?
How to compare two strings with comparison operators in php?
What are the delimiters 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.
What is a static method php?
Where is my php ini file?
Explain php split() function.