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
What is the difference between md5(), crc32() and sha1() crypto on php?
What is difference between isset and empty in php?
Explain about a search-friendly site looks like?
What is the difference between print() and echo()?
How we can declare variable in php?
What are the file upload settings in configuration file?
What are the benefits of using php and mysql?
Is empty in php?
What exactly is validating and sanitizing?
Is php free to use?
What are the new features available in php 7?
What software is required for php?
Why do we use query?
Does csrf token change?
Which cryptographic functions in php returns the longest hash value?