Date: 12/11/00
- Next message: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Previous message: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- In reply to: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Next in thread: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>
> 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>
- Next message: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Previous message: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- In reply to: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Next in thread: Johnson, Kirk: "RE: [phplib] Session variables across pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

