I'm sure there's a very stupid reason for this, but I just can't figure it out: I've just reinstalled Apache on my system and now my local PHP scripts no longer receive data submitted via forms (e.g. http://localhost/test.php). Using GET or POST makes no difference: the data just isn't going anywhere. I've tried both IE and Netscape; same result. And both browsers work fine when it comes to submitting forms on a remote server(like this one). PHP is working because as long as the scripts do not depend on data send via forms, they work. Any clues?