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
Differentiate between require and include?
How is php different from other languages?
How to reset/destroy a cookie?
How to generate a character from an ascii value?
How many types of session are there?
What is beforeRender() used?
Which function can be used to exit from the script after displaying the error message?
Is gender a dependent variable?
How to check an key is exists in array?
Which is the latest version of php?
What is a php array?
What does php exit do?
What are php filters?
What is psr in php?
What is use of count() function in php?