zoobie
June 3rd, 2002, 00:37
My MIME quotes are as follows:
$body = "<center><img src=cid:$pic></img></center>"; These quotes must stay like this.
The problem is, I must include double quotes around the cid:$pic for this to work.
Example= <img src="cid:$pic"></img>
When I do, it throws an error because there are now 2 sets of double quotes (huh?)
How could I get this to work properly?
Thanks
:confused2
$body = "<center><img src=cid:$pic></img></center>"; These quotes must stay like this.
The problem is, I must include double quotes around the cid:$pic for this to work.
Example= <img src="cid:$pic"></img>
When I do, it throws an error because there are now 2 sets of double quotes (huh?)
How could I get this to work properly?
Thanks
:confused2