What is difference between session and cookies in php?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 3 types of sessions?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
Explain me what is x+ mode in fopen() used for?
Is php a case sensitive language?
What is a query give example?
What is php static function?
Describe the security vulnerability of PHP?
what will do ceil() and floor() in PHP?
What is the empty function?
How to get the total number of values in an array?
How to download and install php for windows?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?