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


Please Help Members By Posting Answers For Below Questions

Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?

575


How to remove leading and trailing spaces from user input values?

542


what are interfaces and Abstart classes

1463


How to stop the execution of php script?

530


What are the different tables(engine) present in mysql, which one is default?

516






How to remove duplicate values from array using php?

525


Which function is used to read a single character from a file in PHP.

561


Do you know what does mvc stand for and what does each component do?

500


How is it possible to return a value from a function?

542


What software is required for php?

538


What is use of header() function in php? What the limitation of header()?

475


What does the unlink() function means?

544


What is the use of nl2br() in php?

576


How do you check if a variable has been set in php?

511


What is difference between get and post in php?

608