I created a simple submit form. and i got a text input field where i need to input and youtube embed clip link like the code below. But when I submit the form i don't receive this values on the targeted page.
my form is working well (as i tested by inputting some other values) but its got the issue only when the input values are code like this.
and my final purpose is to store this code in the database after the form is submitted.
Plz help me
<object width="660" height="405"><param name="movie" value="http://www.youtube.com/v/__BYsQo4QaY&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/__BYsQo4QaY&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="405"></embed></object>