Hi every body
i want to send youtube embedded code through php mail function.
embedded code is:
<object width="500" height="380">
<param name="movie" value="http://www.youtube.com/v/<?=$_GET['url']?>&hl=en&fs=1&rel=0&showinfo=0&color1=0x006699&color2=0x54abd6&border=1" />
</param>
<param name="allowFullScreen" value="true" />
</param>
<param name="allowscriptaccess" value="always" />
</param>
<embed src="http://www.youtube.com/v/<?=$_GET['url']?>&hl=en&fs=1&rel=0&showinfo=0&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="380"></embed>
</object>
Pls reply as early as possible.
Thanks in advance