RE: [phplib] Session variables across pages From: Matt Williams (matt <email protected>)
Date: 12/11/00

>
> Matt,
>
> Try
> $sess->register("s");
> instead of
> $sess->register($s);
>
> The variable *name* needs to be registered, not the value.
>
> HTH
>
> Kirk
Thanks I'll give it a go.

Just to further clarify, how would I then go about registering a db query
field eg..
if the field was $db->f("whatever") and how would I subsequently call this??

Many thanks

M@

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