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 php dependency injection?
What is factory pattern in php?
What is file upload?
What is inheritance in php? How many types of inheritance supports php?
What is mysql_fetch_array?
What is the difference between == and === in php?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
What is session and Cokkies . How it works . tell some thing about Session_id()
List functions available to sort an php array?
What is the difference between the functions unlink and unset?
What is putenv?
Can I run php without xampp?