How I use global variable in another page without using
$_GET method?
Answer Posted / aiajz
$_REQUEST['value']
is the global variable that can get the values of $_GET[],$_POST[] and Query string,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List some string function name in php?
How to process the uploaded files?
How do I escape in php?
What is difference between include and include_once in php?
Where is session value stored?
Tell me how do you define a constant?
What is the ioncube php loader?
Is php session id unique?
What is a php session?
Write logic to print Floyd's triangle in PHP?
What type of headers that PHP supports?
What is the difference between client-side and server-side programming?
Tell me what does the scope of variables means?
What is the meaning of a persistent cookie?
What is the role of php.ini file?