How I use global variable in another page without using
$_GET method?
Answer Posted / n.viranjaneyulu
global varibles used only in function that is also with in
same page only.
If u want that variable value means ,u can use sesission
then u can use any page with in project.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the $_ server php_self variable?
Tell me how to find current date and time?
What is the difference between unset and unlink?
Explain what does the unset() function means?
Explain what does the function get_magic_quotes_gpc() means?
Is age interval or ordinal data?
What is the meaning of a final class and a final method?
What is the use of rand() in php?
Explain Whitespace Characters?
How big is nvarchar max?
How do you call a constructor for a parent class?
Why overriding is called runtime polymorphism?
Can php run without server?
Why is php used for web development?
What is the difference between echo print and print_r in php?