Salve ho bisogno di aiuto.

Devo inserire nella parte del codice html un immagine...come faccio?

Grazie.


$header='
From: --->;
To: ---;
Date: Wed, 3 Oct 2007 15:11:07 +0200;

MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="ZEND-12345";
';
$messaggio='

--ZEND-12345
Content-Type: text/html; charset = "iso-8859-1"
Content-Transfer-Encoding: 8bit

<html>
<head>
</head>
.
.
</html>

-ZEND-12345
Content-Type: application/octet-stream; name="IntranetDPS_Brochure.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="IntranetDPS_Brochure.pdf"

'.$curr1.' ==> contien il 1 file pdf

--ZEND-12345
Content-Type: application/octet-stream; name="IntranetDPS_carfunz.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="IntranetDPS_carfunz.pdf"

'.$curr2.' ==> contien il 2 file pdf


--ZEND-12345--
';