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 / tarangini
using $_REQUEST[var]
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the scope of a variable defined outside a function?
What is composer used for?
Which is better #define or enum?
Which is the correct way to check if a session has already been started ?
What type of language is php?
How to terminate the execution of a script in PHP?
Does php support inheritance?
How to make a class in php?
How to create a directory?
Do you know what are traits?
Is php closing tag necessary?
What is cakephp framework?
What are the __construct() and __destruct() methods in a php class?
Which is best framework for php?
Is php still used?