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
Is set in php?
How does php work?
What are the features of object-oriented programming in php?
What does $globals mean?
Can you give example for trait in php?
How to get elements in reverse order of an array in php?
What is the goto statement useful for?
Write a statement to show the joining of multiple comparisons in php?
How many ways to include variables in double-quoted strings in php?
What is a controller in php?
Write a program to show the joining of two strings in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How are variables declared in php?
What is the static variable in function useful for?
What is a PHP Filter?