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
How can you get the size of an image in PHP?
How can we get ip address of a client in php?
When is a conditional statement ended with endif?
What is the best php framework 2018?
Explain what is the function file_get_contents() usefull for?
what are the differences between php and perl
Can we use php variable in javascript?
Why triggers are used in mysql?
What is php full form?
What are the different data types in javascript?
Explain a resource?
How to create a table to store files?
Tell me how to get the value of current session id?
How do you create an array in php?
Write a hello world program using variable?