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
Why does sql injection happen?
What is the timeout period on session values?
How can we set and destroy the cookie in php?
How to terminate the execution of a script in PHP?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What are the functions to be used to get the image's properties (size, width and height)?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is a base url?
What is __ construct in php?
Is empty check in php?
How to genrate report in wordpress cms
What is inheritance in php?
What is a controller in programming?
How do you use bcrypt for hashing passwords in php?
What is difference between variable declaration and variable definition?