Dear Friends,
What is the scope of the global variable
is it session scope or application scope
regards, bvsureshbabu
Well a global variable is available to all scripts, however unlike the built in ones $COOKIE, $POST, $_SERVER (super globals) once execution of the script is complete the variable is not accessible into another execution.