[PHP-WIN] Passing parameters in forms From: Apollo (amcogal <email protected>)
Date: 02/06/03

Hi there,

I am using Windows XP as my IIS platform, I have this code:

  <form action="<?php print $PHP_SELF?>" method="POST">
    Type your name here: <input type="text" name="myName">
  </form>

even though i have typed a text on the textfield, $myName is still blank
after I pressed enter. I have done all the settings i must do according to
the installation manual, is there something else i should do?

I am a newbie, please help. Thanks.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php