I have recently set up PHP, MYSQL, and IIS on a Windows XP computer. The PHP and MYSQL are both working almost flawless. The one problem i am having is that i am not able to pass variables from one page to another.
ex. <form method="post" action="action.php">
<input type="submit" name="submit" value="submit">
</form>
if i understand correctly this should pass the variable $submit into action.php with a value of "submit".
When action.php loads it says undefined variable submit. Is there some kind of special extension i need. I used the IIS installer from the php.net website. if it helps at all my current project is at http://67.81.10.117:8080/test_site/newhouse.html If one tries to add a house you will see the problem that i am getting. Thanks for all your help