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
Write a program in php to check whether a number is prime or not?
What is move_uploaded_file in php?
Which Scripting Engine PHP uses?
Can we override static method?
What is trim codeigniter?
What is variable function php?
What is the string concatenation operator in php?
Can php run on windows server?
How do I clear my browser session?
What is php mean?
How send email using php?
What is T_PAAMAYIM_NEKUDOTAYIM?
Explain what is meant by pear in php?
Differentiate between php5 and php7?
Tell me how is it possible to remove escape characters from a string?