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
my english is not too good then what we apply for a php programer post
Write a program to display reverse of any number?
Explain me how failures in execution are handled with include() and require() functions?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is escaping to php?
What is the use of super-global arrays in php?
What is the use of "enctype" attribute in a html form?
Can php run on windows server?
Is runtime polymorphism overriding?
How to redirect a url from http to https in .htaccess?
What is php explain how php works?
Is php deprecated?
How can you associate a variable with a session?
What will the ?getdate() function returns in PHP?
What are different types of Print Functions available in PHP?