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
What is difference between array_merge and array_combine?
Which is faster for or foreach?
Is php secure?
Which php framework is best?
How to call javascript function in php on button click?
What is the use of namespace in php?
What is the advantage of runtime polymorphism?
What is the use of $_server["php_self"] variable?
What is the difference between for and foreach loop in php?
How to join multiple strings into a single string?
Difference between array_combine and array_merge?
Write a program to display a table of any given number?
What is file upload?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Is php deprecated?