I have been successful in connecting to mysql with php and reading from and writing to the databse. When I attempt to use a form, however, I am receiving the following error:
405 Method Not Allowed
The method specified in the Erequest Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.
I think this is probably a result of a setting in my php.ini file. Here are the settings I have modified so far:
doc_root =c:\root_site
extension_dir=c:\php\extensions
cgi.force_redirect = 0
The directories where the scripts reside have full permissions; In IIS, .php is mapped to c:\php\php.exe %s %s.
Thanks for your time,