Php says that an array is an ordered map. But how the values are ordered in an array?
No Answer is Posted For this Question
Be the First to Post Answer
Can we run php on tomcat server?
Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.
what method is used to generate a random number?
Declare a new variable in php equal to the number 3;
How to strip whitespace (or other characters) from the beginning and end of a string?
What are the ways to define a constant in php?
what is PDO?
How to access a Static Member of a Class in PHP?
Tell me what is the use of explode() function?
What is MIME?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
Explain how can php and javascript interact?