Do you know what is the use of rand() in php?
No Answer is Posted For this Question
Be the First to Post Answer
Why would we use === instead of ==?
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 ?
What is the use of limit in mysql?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
How can you retrieve a cookie value?
What's the best method for sanitizing user input with php?
What’s the special meaning of __sleep and __wakeup?
What does namespace mean in php?
How I use global variable in another page without using $_GET method?
Can we learn php without html?
What is traits? How it is used in php?
what are in image creating functions in php