Appserv,xampp,wamp are integrated apache,mysql,php package, easy to use, there is no need to go to a configuration Php,apache and MySQL.
Download the appropriate installation package to install, but for the PHP project, Wamp will display the notice information by default, a large segment of the page, the more ugly. How do you 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.
Search in the file,error_reporting = E_all , this is the default value, then change to: Error_reporting = E_all&~e_notice, and then restart the Apache server is OK.
This is for the novice php, although I am a rookie, but now finally know how to remove the warning message.
corresponding, xampp,appserv and other suits, also by modifying the Php,ini to remove the warning message, we can extrapolate.
http://www.bkjia.com/PHPjc/327017.html www.bkjia.com true http://www.bkjia.com/PHPjc/327017.html techarticle Appserv,xampp,wamp are integrated apache,mysql,php package, easy to use, there is no need to go to a configuration Php,apache and MySQL. Download the appropriate installation package for ...