I cannot $_post value into a <form></form> in chrome but works in IE

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-06-09T08:51:59Z Indexed on 2010/06/09 8:52 UTC
Read the original article Hit count: 186

Filed under:

Hello,

I cannot $_post['value_to_be_posted'] value into a <form><input type="hidden" value="<? echo $_post['value_to_be_posted'] ?>"></form> in chrome but works in IE and ff.

Any ideas

Thanks Jean

© Stack Overflow or respective owner

Related posts about php