> I'm just exploring PEAR a bit, and am confused.
>
> Many examples cite calling functions such as:
>
> RFC822_Mail::parseAddressList(...);
>
> But when I call the function like that, I get a parse error. Any ideas
> anyone?

Well you need to be using php4, :: won't work in php3. Oh and it's
Mail_RFC822 btw.

HTH

--
Richard Heyes
"If you have any trouble sounding condescending,
find a Unix user to show you how it's done." - Scott Adams


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to