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
Explain the installation of PHP on UNIX systems?
Tell me are parent constructors called implicitly inside a class constructor?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is an example of a variable?
Why do we need abstract class in php?
How big is nvarchar max?
How to define a user function?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How to pass variables by references?
What kind of things have you done on the social side?
How do you check is php not empty?
What is meant by public, private, protected, static and final scopes?
What is the difference between $var and $$var?
What do you mean range() in php?
What is difference between single quotes and double quotes in php?