Date: 10/15/00
- Next message: R.B. Scholtus: "Re: [phplib] Call $sess->register from a function"
- Previous message: Adam Weisbart: "[phplib] Call $sess->register from a function"
- In reply to: Adam Weisbart: "[phplib] Call $sess->register from a function"
- Next in thread: R.B. Scholtus: "Re: [phplib] Call $sess->register from a function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* 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>
- Next message: R.B. Scholtus: "Re: [phplib] Call $sess->register from a function"
- Previous message: Adam Weisbart: "[phplib] Call $sess->register from a function"
- In reply to: Adam Weisbart: "[phplib] Call $sess->register from a function"
- Next in thread: R.B. Scholtus: "Re: [phplib] Call $sess->register from a function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

