Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: can you please help me with this code. i am trying to embed a image in my mail and its showing as string of alphanumeric .. [CODE]function send_mail_pear() { $crlf = "\n"; $to = "mail@mail.in"; $head = ("From: mail@mail.in". "\r\n"); $head .= "Content-type: text/html\r\n"; $head .= "Content-Type: image/jpeg"; $mime = … |
The End.