How I use global variable in another page without using
$_GET method?
Answer Posted / ravi baba zaa
Using Global variable it is not possible.
Sending data from one page to another can be done following ways
GET
POST
SESSION
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Is null in php?
What is env in laravel?
What is fetch array in php?
Why do we use polymorphism in php?
What is trait in php?
Does php support overloading?
Write a php script to get the largest key in an array?
How can we display information of a variable and readable by human with php?
What function should you use to join array elements with a glue string?
How is the ternary conditional operator used in php?
How is a session id generated?
What are the rules for naming a php variable?
What is user defined function in php?
What is isset function in php?
What is foreach loop in php?