Re: [PHP-WIN] it's frustrating

2001-05-17 Thread M. Weller
Thank you Michael, it isn't working with images larger then 3kB. I start to belive Windows is making the trouble. Who knows why. Meanwhile I tried a lot of different mail classes, wrote my own code but nothing works. Markus "Michael Kelley" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PR

[PHP-WIN] R: [PHP-WIN] it's frustrating

2001-05-17 Thread Giuseppe D'Ambrosio
>I found this on PHP.net It works when you hardcode the values (where I >have the value arrows.gif). I've been playing with it trying to modify >it to do an upload and sending of an email with any kind of attachment. > > >/* > * Class mime_mail > * Original implementation by Sascha Schuman

Re: [PHP-WIN] it's frustrating

2001-05-17 Thread Michael Kelley
I found this on PHP.net It works when you hardcode the values (where I have the value arrows.gif). I've been playing with it trying to modify it to do an upload and sending of an email with any kind of attachment. * Modified by Tobias Ratschiller <[EMAIL PROTECTED]>: * - General code

Re: [PHP-WIN] it's frustrating

2001-05-17 Thread M. Weller
Thanks Brian for your fast respond. I tried but still the same: it doesn't work. I used the following code: --- $filename = 'background.gif'; $myimage = fread($fp = fopen($filename, 'r'), filesize($filename)); fclose($fp); $content = chun

RE: [PHP-WIN] it's frustrating

2001-05-17 Thread Brian Paulson
hieftain www.chieftain.com 1-800-279-6397 -Original Message- From: M. Weller [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 6:27 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] it's frustrating Hello, does anybody know if it is possible to sent mails with Windows2000 including images??? I

[PHP-WIN] it's frustrating

2001-05-17 Thread M. Weller
Hello, does anybody know if it is possible to sent mails with Windows2000 including images??? I am trying now since ages. As long as I echo the result of all works fine. - $filename = 'mypicture.jpg'; $myimage = fread($fp = fopen($filename, 'rb'), filesize($filename));