Hi,
Wonder if anyone can shed light on this. I'm having trouble posting a (rather long) string. I have a form sending the variable $key, from a text field into which the contents of an RSA private key have been entered. The text is under 1000 characters, all of which are alpha, numeric or arithmetic (=+-/). There are also returns (it's copied from a textfile).
When I echo $_POST['key'] on the next page, it displays nothing.
My php.ini has post_max_size = 8M, so I don't think it's too big to send (am I wrong?)
Or are the returns or some other character mucking up the result? magic_quotes_gpc is also on, but I can't see anything that would invoke this. Anyone?