How I use global variable in another page without using
$_GET method?
Answer Posted / rakesh kumar mishra
use also $_REQUEST['valuename'];
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How long is a php session valid?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What are the Formatting and Printing Strings available in PHP?
What does the array operator '===' means?
How to calculate the length of a string?
Explain Creating and Naming an Array?
Describe PHP error and logging information?
How is the comparison of objects done in php?
Tell me how can we pass the variable through the navigation between the pages?
Why do we use session?
Where sessions stored in PHP?
Where is session id stored?
Explain what is smarty?
What are the string function in php?
What does csrf token mean?