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 / ajay
$var=$_REQUEST['var'];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is a number php?
How can i execute PHP File using Command Line?
Tell me how stop the execution of a php scrip?
Are sessions stateless?
What is the use of anonymous function in php?
How we can declare variable in php?
What is the function used to change the root directory in PHP?
Which function you can use in php to open a file for reading or writing or for both?
What is difference between strstr() and stristr() in PHP?
Do you know design patterns. List few?
How to track no of user logged in?
What are the different filter functions used to filter a variable?
why did u want to leave your past organisation?
What is lazy loading in php?
Is it possible to extend the execution time of a php script?