How I use global variable in another page without using
$_GET method?
Answer Posted / raju kumar
we can use query string and can retrieve on other page .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to stop the execution of php script?
What types of Data Can Be Used as Array Keys?
Why overriding is called runtime polymorphism?
Are static variables final?
What is use of header() function in php? What the limitation of header()?
How do you count numbers in php?
What is the difference between session_unregister() and session_unset()?
Explain how can php and javascript interact?
What are the php variables?
Tell me how do you define a constant?
What is the importance of php?
What is the function of mysql_real_escape_string in php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Why and where do we use htaccess?
What is the difference between characters 34 and x34?