RE: [PHP-DB] semi newbie Q

2001-08-08 Thread Beau Lebens
no it can't directly, but there are plenty of mail classes out there which will allow you to handle mime-types, attachments and other stuff. have a look on phpbuilder.com and phpclass.something? cant remember, run by a guy called manuel lemos if that helps... search for mail, and you should find

Re: [PHP-DB] semi newbie Q

2001-08-08 Thread Travis Cannell
Thanks for the advice. I found a good PHP mail class that does this but when i run the example all i get is a CGI error. It says The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: and thats it. I am running a windows 200

RE: [PHP-DB] semi newbie Q

2001-08-08 Thread Beau Lebens
- // From: Travis Cannell [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 9 August 2001 11:34 AM // To: [EMAIL PROTECTED] // Subject: Re: [PHP-DB] semi newbie Q // // // Thanks for the advice. I found a good PHP mail class that // does this but // when i run the example all i get is a CGI error