Hi,
I am using PHP on the server side and javascript on the client side. I ecounter a problem when I try to send to the server parameter with value of 350 charecter and more.
I know that I can split the string I send, and send it saperatly to the server and then reassemble it on the server. My question is how can I transfer to the server string with 350 char and more in native manner. For example if I try to transfer:
[HTML]
<object width="425" height="355"><p aram name="movie" value="http://www.youtube.com/v/IkpuAQIdoD4&hl= en"></param><param name="wmode" value="transpar ent"></param><embed src="http://www.youtube.com/v/IkpuAQIdoD4&hl= en" type="applicati on/x-shockwave-flash" wmode="transpar ent" width="425" height="355"></embed></object>[/HTML]
The string trancated.
Any suggestions?
I am using PHP on the server side and javascript on the client side. I ecounter a problem when I try to send to the server parameter with value of 350 charecter and more.
I know that I can split the string I send, and send it saperatly to the server and then reassemble it on the server. My question is how can I transfer to the server string with 350 char and more in native manner. For example if I try to transfer:
[HTML]
<object width="425" height="355"><p aram name="movie" value="http://www.youtube.com/v/IkpuAQIdoD4&hl= en"></param><param name="wmode" value="transpar ent"></param><embed src="http://www.youtube.com/v/IkpuAQIdoD4&hl= en" type="applicati on/x-shockwave-flash" wmode="transpar ent" width="425" height="355"></embed></object>[/HTML]
The string trancated.
Any suggestions?
Comment