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?
Answers were Sorted based on User's Feedback
Answer / deepinder
I agree with all the above answers. In addition i would
like to mention that we refer the variable with the name as
mentioned in the previous page to retrieve its value with
$_REQUEST[].
<input type="text" name="variable"> ---->previous page
$value=$_REQUEST['variable']; ------->next php page
| Is This Answer Correct ? | 4 Yes | 0 No |
What is difference between array_merge and array_combine?
What is the scope of a variable defined in a function?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
Tell me how comfortable are you with writing html entirely by hand?
How to make a class in php?
full form of php??
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
What is different types of visibility?
When is a conditional statement ended with endif?
What does the scope of variables means?
What is the correct syntax of mail() function in php?
Is server side a session?