Hi !
I am trying to use $HTTP_STATE_VARS in a function (for the session variable) like:
function myfunction () {
print $HTTP_STATE_VARS['my_var'];
}
and it prints nothing !!! I did put up <?php_track_vars?> on top of the file ... what's wrong here? I also tried to put a
global $HTTP_STATE_VARS;
and it didn't work either ...
PLEASE HELP!