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
Should I learn php before wordpress?
What does $_server mean?
What is the default session out time?
What is php and its advantages?
Is php difficult to learn?
What is the difference between unset and unlink?
How do I find out the number of parameters passed into function9?
Where is my php ini file?
Code to open file download dialog in PHP?
Can we override static method in php?
Write a program in php to print a table of a number?
What is $_ get and $_ post in php?
What are super global variables in php?
What is the difference between array_pop() and array_push()?
Are parent constructors called implicitly inside a class constructor?