Posted by niels.froehling on 07/13/06 23:32
Hy;
Hmm, I was experimenting with parse_str() and faked POSTs and came up
with a rather strange behaviour:
parse_str("_POST[test]=test");
puts 'test' in both _POST *and* _FILES and probably in all the others
(_REQUEST, _GET) too. Does somebody know why this occurs? Is it a bug?
(PHP Version 4.3.8)
Ciao
Niels
[Back to original message]
|