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?
Answer Posted / srinivasan
$_SESSION['var']
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me what type of operation is needed when passing values through a form or an url?
What is php stack?
What is the use of header() function in php?
What is the scope of a variable defined outside a function?
Tell me what are magic methods?
Why do we use inheritance in php?
Why echo is faster than print in php?
What is prepare in php?
Tell me how can we determine whether a variable is set?
What are the 3 scope levels available in php and how would you define them?
Explain the ternary conditional operator in php?
How is a constant defined in a PHP script?
What is inheritance in php?
What is member function?
What is the difference between characters and #?