How I use global variable in another page without using
$_GET method?
Answer Posted / n.viranjaneyulu
global varibles used only in function that is also with in
same page only.
If u want that variable value means ,u can use sesission
then u can use any page with in project.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is php easy language to learn?
Write a program using while loop in php?
sort term descripttion form, report and uery
What is the difference between array_map () and array_shift ()?
What is cookies? How to create cookies in php?
Is php front end?
How can we get the error when there is a problem to upload a file?
How can we access the data sent through the url with the post method?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Are php short tags acceptable to use?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What are the difference between overloading and overriding in oops?
Do you know when sessions ends?
How to initiate a session in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?