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
What is the use of "enctype" attribute in a html form?
What is the use of hooks?
Tell me how a constant is defined in a php script?
Is php a framework?
How to read a file in php?
What is the scope of a variable defined outside a function?
Why php is widely used?
When is a conditional statement ended with endif?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
How can you pass a variable by reference?
How can you get web browser’s details using PHP?
Tell me how to find the length of a string?
What is printf in php?
What is isset post?
What is the use of count() function in php?