I am using PHP 4.3.4 (the same happens with 4.3.5) with IIS on my local server. I just reformatted, so all my previous settings were lost. Code that worked fine before now results in a 405 Resource Not Allowed error. This happens when I use an HTML form to pass both GET and POST variables (I want some variables to be able to be seen, others to be hidden) using
<form action="index.php?foo=bar&var=value" method="POST">
I don't know if this is a PHP problem or an IIS problem, but it had worked before I reformatted. Can someone help me?