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 use of "enctype" attribute in a html form?
What is move_uploaded_file in php?
How to insert an new array element in array?
What is isset function in php?
How to create a session? How to set a value in session? How to remove data from a session?
Can I write php code in html file?
What is difference between array_merge and array_combine in php?
What exactly is validating and sanitizing?
What are php variables?
What is php rest api?
Which parts of php are case sensitive?
Tell me how do you define a constant?
Does php need html?
What does $globals mean?
What is php limit?