At 06:20 30.01.2003, Weston Houghton said:
[snip]
>I'm trying to register an object in the session, and access that object
>from 2 different pages.
>
>I start off in the first file, and do:
>include("nycmgMail.php");
>session_start();
>$myMailer = new nycmg
Ok, now I'm frustrated.
I'm trying to register an object in the session, and access that object
from 2 different pages.
I start off in the first file, and do:
include("nycmgMail.php");
session_start();
$myMailer = new nycmgMail();
$myMailer->buildRecipients();
$_SESSION['myMailer'] = $myMaile
2 matches
Mail list logo