Re: [phplib] Call $sess->register from a function From: Padraic Renaghan (list <email protected>)
Date: 10/15/00

* Adam Weisbart <adam <email protected>> [Oct 15 1:00pm]:
> $sess->register("variable");
>
> ...from inside a function and it does not work.

function myFunc() {
  global $sess;
  $sess->register('foo');
}

-- 
Padraic Renaghan /pad-rik ren-a-han/ 
padraic <email protected>
ICQ# 9437815 AOL IM: PadraicRenaghan
http://renaghan.com/pcr/

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>