RE: [PHP] mailto function to attach a photo

2001-08-28 Thread Jason Murray
I could never get MIME classes and the like to work, so I rolled my own, so to speak. It was posted here a while ago, but I have a copy on my web server @ home: http://planetkiller.shadow.net.au/mime-php.txt -- Jason Murray [EMAIL PROTECTED] Web Developer, Melbourne IT "Work now, freak later!"

RE: [PHP] mailto function to attach a photo

2001-08-28 Thread Lawrence . Sheed
fwrite($fp,"--" . $mime_boundary . "\n"); fwrite($fp,"Content-Type: " . $this->guessMIMEType($attachment_name) . "; name=\"". basename($attachment_name) . "\"\n"); fwrite($fp,"Content-Transfer-En

[PHP] mailto function to attach a photo

2001-08-28 Thread Mark Lo
Hi, I would like to know how to use the mailto function to attach a specific file. Thank you Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [