Hi TTT,
Thanks for your help, let me give you an account of what I did.
- I re-install windows2000Pro fresh and IIS but not service pack
- Download 4.3.4-installer and 4.3.4-win32.
- Run installation 4.3.4-install with no errors. Able to create a test.php file with the statement <?php phpinfo(): ?>. Able to display the php parameters but when I try to execute the following files it give me error message
text.html
<HTML>
<HEAD></HEAD>
<BODY>
<FORM METHOD=GET ACTION="text.php">
Who is your favourite author?
<INPUT NAME="Author" TYPE="TEXT">
<BR>
<BR>
<INPUT TYPE=SUBMIT>
</FORM>
</BODY>
</HTML>
text.php
<HTML>
<HEAD></HEAD>
<BODY>
Your favorite author is:
<?php
echo $Author;
?>
</BODY>
</HTML>
the error message is
Your favorite author is:
Notice: Undefined variable: Author in e:\inetpub\wwwroot\text.php on line 6
I than run 4.3.4-win32 and copy the dlls into system32, modify the php.ini for extension, register_globals=on and also set up IIS extension .php still does not work.
I hope these information does give you what is wrong with my instllation.
Best Regards
stevenwee