I have recently changed from php 4.1 to 4.3.2 running on iis5 winxp pro.
Since the change querystrings passed in the url seem not to function. I know that they exist on the following page but cannot seem to use them eg:
form name="form1" method="post" action="nextpage.php?variable=value">
//nextpage.php
<?php
echo $variable
?>
does not work. any ideas?