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

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
Are you trying to attach it or put the image in the body of the message? If you are trying to attach it try looking at this message from the archives http://marc.theaimsgroup.com/?l=php-general&m=99003506223055&w=2 Thank You Brian Paulson Sr. Web Developer The Pueblo Chieftain www.chieftain.co