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
What is if isset ($_ post submit )) in php?
Do you know how to enable error reporting in php?
What does PEAR stands for?
What is xss and csrf?
What is final class and final method?
Do you know how can php and html interact?
What is the definition of a session?
Why do we show php code in browser?
Explain PHP looping?
What is escaping to php?
What is http get and post?
What is php mainly used for?
What is php used for?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
Explain me how to include a file to a php page?