PHP Configuration Error?
Description:
------------
The problem due to I've installed PHP Version 5.2.0. FYI, my system is installed with MySQL Server 5.0 and IIS Version 5.1. The same coding executes with no error message when I tested on my web hosting server. (the error message occur while i test it in my local pc)
my question is, am I missing any setting for my PHP configuration? (FYI, i've follow everything written in PHP Manual Installation Guide).
Reproduce code:
---------------
PHP Notice: Undefined index: username in C:\Inetpub\wwwroot\login\index.php on line 3 PHP Notice: Undefined index: password in C:\Inetpub\wwwroot\login\index.php on line 4 PHP Notice: Undefined index: submit in C:\Inetpub\wwwroot\login\index.php on line 51
Expected result:
----------------
It should work because its working in the old version of PHP which is in
hosting server.
|