I have a simple html form that asks for my name. It calls a simple php file that just echo’s the name back. Took code straight from a web site on how to do this. But when I enter my name and it submit, the browser shows website/handler.php but I get a 404 error. I have set up my system so that my html is under c:/Inetpub/wwwroot. The php file is in that directory also. My php software is in c:/Inetpub/php
Do I have things is the wrong place? All permissions are allowed, since this is just a test file