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 the major php security hole? How to avoid?
How to get length of an array in PHP?
how to insert logout time when browser close
How is it possible to return a value from a function?
What are the differences between include() and include_once () functions?
is php is the best for this situation
How to break a file path name into parts?
what is PHP accelerator ?
what method is used to generate a random number?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What distinguishes php from something like client side java script?
What is the use of mysql_real_escape_string in php?