Posted: Thu Sep 07, 2006 7:35 am
Code: Select all
public funtion send()
{
$this->mailer->send();
}Code: Select all
public function send()
{
$this->mailer->send();
}A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
public funtion send()
{
$this->mailer->send();
}Code: Select all
public function send()
{
$this->mailer->send();
}