Re: Problem with attaching file (from a form) to email in PHP [message #172757 is a reply to message #172752] |
Mon, 28 February 2011 01:18 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/27/2011 7:20 PM, Mladen Gogala wrote:
> On Sun, 27 Feb 2011 14:07:53 -0500, Jerry Stuckle wrote:
>
>> The PEAR classes are no more or less part of PHP than any other
>> externally-written code. There is nothing special about them.
>
> Pear is distributed with PHP, many PEAR and PECL modules make it into the
> language itself. Examples are SPL and PHAR. On the plus side, I checked
> phpmailer and I like it. You are right, I don't need to ignore
> E_DEPRECATED with phpmailer as I need to do with PEAR::Mail. The class
> looks good.
>
>
>
No, PEAR and PECL are NOT distributed with PHP. The classes are
available from the PHP site, but they are still not part of the PHP
code, and are written by external developers.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|