Date: 12/11/00
- Next message: bugs <email protected>: "[phplib] PHPLib and PHP4"
- Previous message: Matt Williams: "RE: [phplib] Session variables across pages"
- Maybe in reply to: Matt Williams: "[phplib] Session variables across pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I register a PHP variable, then assign the query results to it, e.g.
$sess->register("myStorageVariable");
$myStorageVariable = $db->f("whatever");
AFAIK, "whatever" just references the field position in the query results
set and cannot itself be registered.
Kirk
-----Original Message-----
From: Matt Williams [mailto:matt <email protected>]
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: bugs <email protected>: "[phplib] PHPLib and PHP4"
- Previous message: Matt Williams: "RE: [phplib] Session variables across pages"
- Maybe in reply to: Matt Williams: "[phplib] Session variables across pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

