I have always used PHP on *nix installations. I now must implement some very simple code on an MS installation, but am having some bizarre troubles.
(1) When I submit a form the results page does not recognize the variables as specified in the form.
(THis is on UNIX - works fine and you can see results variables at bottom of thank you page:
http://www.language-works.com/cgap/contribute.php
This is on MS http://www.cgapdirect.org/annes/ProductCosting/contribute.php and you can see that no variable values are carried.)
(2) The PHP standard mail() function does not work at all on MS.
I'd like to know the specific answers to these problems, but also would like to know if there are some good online resources for MS versions of PHP for when I come up against new and weird problems.
TIA,
Anne