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
Which function will you use to create an array?
What is super () python?
What is difference between print_r and echo in php?
What is the expansion of LAMP?
Which is used to maintain the value of a variable over different pages?
Tell me how can we get the error when there is a problem to upload a file?
What is the difference between a session and cookies?
What is file upload?
What is return value in php?
What is constructor and destructor?
How are cookies created?
How come the code works, but doesn’t for two-dimensional array of mine?
Will php die?
What is var_dump function in php?
How can we change the value of a constant?