From: "win.a" on
Excuse me to trouble ,in my little application there's a mail function
which i revoked the pear package require 'mail.php'

when i test the app ,it show me "Fatal error: Class 'Mail' not found
",i checked the mail.php no Class Mail?
How can i solve the issue ,or where i can download the Mail.php
including Class Mail?

All you best
------------------------
What we are struggling for ?
The life or the life ?
From: Nilesh Govindarajan on
On Sat, May 29, 2010 at 7:23 PM, win.a <win.acc(a)gmail.com> wrote:
> Excuse me to trouble ,in my little application there's a mail function
> which i revoked the pear package require 'mail.php'
>
> when i test the app ,it show me "Fatal error: Class 'Mail' not found
> ",i checked the mail.php no Class Mail?
> How can i solve the issue ,or where i can download the Mail.php
> including Class Mail?
>
> All you best
> ------------------------
> What we are struggling for ?
> The life or the life ?
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


You have to download the Mail pear package and put it in your
include_path (Even the script's current directory will do), and then
include Mail.php from that package.

--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com