SOLVED Re: [PHP] Variable Scope problem passing function parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Jim McIntyre wrote:
metastable wrote:
Jim McIntyre wrote:
    $phpMail = new PHPMailer();
    $phpMail->From = $from;
    $phpMail->AddAddress($this->to);
    $phpMail->Subject = $subject;
    $phpMail->Body = $body;
    return $phpMail->Send();

Never mind - I found the problem. It was a lowly typo. Ugh.

-Jim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux