Hello. Try checking the source of the file (in IE View > Source) and if you
see <FORM ACTION="" METHOD="POST"> instead of the file/script name try using
<FORM ACTION="<?php echo ($_POST["PHP_SELF"]); ?>" METHOD="POST"> instead.

Hope that helps. ^_^

--
[EMAIL PROTECTED]

"Apollo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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

Reply via email to