I think the problem is with Apache reading php BUT when I go to Start -
Run - type in apache I get the following DOS win :
Apache /1.3.20 (Win32) PHP /4.0.5 running ...
Also when I attempt to use a form :
<form name="form" method="post" action="../scripts/fbForm.php">
this works fine in UltraDev and actuall goes to the .php file when I click
the submit on the .htm file but the php code still does nothing :
In Apache I click submit on the .htm page and it should go to the .php file and process
the php code BUT THIS IS THE ERROR I GET :
Method Not Allowed
The requested method POST is not allowed for the URL /scripts/fbForm.php.
Apache/1.3.20 Server at info-ifpd.org Port 80
Could you please tell me the root of my error is Apache not reading PHP
Thank you