Ahh. Thanks much.
darren chamberlain wrote:
>
>
> Nor should it be. You need to set the note in the subrequest, or
> access the parent's notes table.
>
> Try replacing the first piece with:
>
> my $subr = $r->lookup_uri('test.php3');
> $subr->notes('seen' => $seen);
> $subr->run
daniel ([EMAIL PROTECTED]) said something to this effect on 03/19/2001:
> hello all,
>
> i've got a registry script that issues a subrequest for a php page that
> issues a subrequest on another registry script.
>
> registry->php->registry
>
> the initial registry script sets:
>
> $r->notes("s
Hello all,
I've got a registry script that issues a subrequest for a php page that
issues a subrequest on another registry script.
registry->php->registry
The initial registry script sets:
$r->notes("seen"=> $seen);
my $subr = $r->lookup_uri("test.php3");
$subr->run;
The php.php3 file does: