Re: [PHP-DB] Sending filing attachments using PHP

2006-05-15 Thread Oliver Block
Am Freitag, 12. Mai 2006 00:33 schrieb Ron Piggott (PHP): Does any one know how to send a file attachment using PHP? You need to reformulate the problem. Does any one know how to create a mime/mulipart message with php? http://www.php.net/manual/de/function.imap-mail-compose.php Best Regards,

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
Chris wrote: JupiterHost.Net wrote: Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary and configruation

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
Edward Vermillion wrote: Ummm... dude... Zend Framework is NOT a system wide binary... Semantics. The point is its more fiddling, why fiddle (and likely break something) when you don't need to. besides is like way beta right now... fun to play with, sure, but they're not really

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Stut
JupiterHost.Net wrote: Chris wrote: JupiterHost.Net wrote: Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary

RE: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Dwight Altman
' Subject: Re: [PHP-DB] Sending filing attachments using PHP Chris wrote: JupiterHost.Net wrote: Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
Edward Vermillion wrote: You've made it obvious by all of your replies that you have no idea what you're talking about, so maybe it would be a good time to *not* reply and let the folks that know what they're talking about actually try to help people? Eh? Maybe? a) Im speaking in

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
Dwight Altman wrote: Right after rebuilding php and apache and breaking PHP funtionality for everyone, just so you can send a semi complex MIME message? That is the epitome of PHP's lameness and why I can't sit quietly by and not recommend an easy to install and use and maintain solution.

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Martin Alterisio
2006/5/12, JupiterHost.Net [EMAIL PROTECTED]: Dwight Altman wrote: Right after rebuilding php and apache and breaking PHP funtionality for everyone, just so you can send a semi complex MIME message? That is the epitome of PHP's lameness and why I can't sit quietly by and not recommend

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Martin Alterisio
2006/5/12, Martin Alterisio [EMAIL PROTECTED]: ... I hate not having a proper application framework, ... Sorry, there is a mistake there. I meant to say that I hate not having an application server, although I also think currently available framework are just not the way to go. They

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Bastien Koert
: JupiterHost.Net [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Subject: Re: [PHP-DB] Sending filing attachments using PHP Date: Fri, 12 May 2006 15:39:44 -0500 It's a fact that I can't deny any of the bad points you have exposed about PHP. I even agree with you that most of this problems are really awful

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
Bastien Koert wrote: Then Please, stop posting here...it just is not constructive... I will, but I think it is If you have these issues that need addressing to make it a better langauge, then talk to the nice people at Zend and get invovled in making things better. No thanks, trying to

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread Martin Alterisio
2006/5/12, JupiterHost.Net [EMAIL PROTECTED]: It's a fact that I can't deny any of the bad points you have exposed about PHP. I even agree with you that most of this problems are really awful and it's pointless to hide them. But the fact that PHP is by preference the language for

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-12 Thread JupiterHost.Net
there really aren't enough effort applied to educate those outside the IT world. Working on it :) but I still use PHP because it is still the most appropiate development enviroment for a small or middle sized web solution. Why not use Perl, it has all the pros but does not have the cons

[PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Ron Piggott (PHP)
Does any one know how to send a file attachment using PHP? I have been using the mail() command to send e-mail in various scripts, but have spotted a file attachment syntax to use on the php web page. Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Ing. Edwin Cruz
filing attachments using PHP Does any one know how to send a file attachment using PHP? I have been using the mail() command to send e-mail in various scripts, but have spotted a file attachment syntax to use on the php web page. Ron -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread JupiterHost.Net
Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary and configruation that might potentially break apache and all

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Edward Vermillion
Ummm... dude... Zend Framework is NOT a system wide binary... besides is like way beta right now... fun to play with, sure, but they're not really recommending it for production yet. try phpmailer or some of the other mail classes Ed On May 11, 2006, at 5:57 PM, JupiterHost.Net wrote:

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Chris
JupiterHost.Net wrote: Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary and configruation that might