How I use global variable in another page without using
$_GET method?
Answer Posted / raju kumar
we can use query string and can retrieve on other page .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What type of comments are supported by PHP.
Explain the importance of the function htmlentities.
How to find datatype of variable in php?
What is the difference between file_get_contents() and file_put_contents() in php?
Where are cookies stored php?
Tell us how to redirect a page in php?
Why does sql injection happen?
What’s the special meaning of __sleep and __wakeup?
Explain how to execute a php script using command line.
Can I use php in html?
What is the purpose of the '.myi' file extension? What do thes file contain?
How do you remove whitespace from the beginning and end of a $string variable?
What is phpsessid?
What is compact function php?
How come the code works, but does not for two-dimensional array of mine?