What I want to do is select a month from a dropdown and then have a
PDF file named SL_mmm.pdf display where mmm is the month passed from
the dropdown. Both the *.php file and the *.htm files are in the same
directory with the PDF file in a subdirectory under that.
What is happening is on the htm page I am picking Feb and hitting Go, then
the browser shows website/PVETest.php?month=Feb
but I get page not found 404 error but it is there.
It is like the htm page is not really getting to the PHP file OR do I have things
in the wrong place.
If I try to run the php code directly from the command prompt on the server
I get a could not open file message
Thanks for you help in advance
Environment:
Software loaded and verified
Win Server 2003
IIS 6.0
PHP 5.4
VC9 x86
FastCGI
WinCache 1.3
Visual C++ Redistributable files for X86
PHP has been tested and works from command prompt
All FastCGI changes have been made per documentation
TestDropDown.htm code
Mar
Feb
Jan
PHPTest.php code