Posted by Will on 11/04/53 11:17
Cylindric wrote:
> I don't think the variables and classes defined in first.php will be
> visible in second.php unless you store them in a session or cookie or
> database or something.
>
> The bottom of first.php might need to have a
>
> $_SESSION['first_helper'] = $helper_first;
>
> and then the second.php could contain
>
> $fileUsedInFirst = $_SESSION['first_helper']->getFileName();
>
Thanks, that is exactly what I needed to know.
Will
Navigation:
[Reply to this message]
|