RE: [phplib] Session variables across pages From: Johnson, Kirk (kjohnson <email protected>)
Date: 12/11/00

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>