Appserv,xampp,wamp are integrated apache,mysql,php set, easy to use, there is no need to go one by one configuration Php,apache and MySQL.
Download the appropriate installation package to install, but for the PHP project, WAMP will default display notice information, a large section of the page, a large paragraph, more ugly. How do I get rid of these warning messages? Find the php.ini file first .
The path is: (My installation path is D:\wamp) D:\wamp\bin\php\php5.3.10\php.ini, open the file.
In the file search,error_reporting = E_all, this is the default value, and then changed to: Error_reporting = E_all&~e_notice, and then restart the Apache server OK.
This is for beginners of PHP, although I am also a rookie, but now finally know how to remove the warning message.
The corresponding, xampp,appserv and other suits, but also by modifying Php,ini to remove the warning message, we can extrapolate.