AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one. Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How to remove these warnings
AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one. Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How to remove these warnings
AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one.
Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How can I remove the warning information? Find the php. ini file first.
The path is: (my installation path is D: \ wamp) D: \ wamp \ bin \ php \ php5.3.10 \ php. ini to open the file.
Search for the file, error_reporting = E_ALL, which is the default value and then changed to error_reporting = E_ALL &~ E_NOTICE, and then restart the apache server.
This is for new php beginners. Although I am a newbie, I have finally learned how to remove the warning information.
Accordingly, XAMPP, AppServ and other suits also remove warning information by modifying php and ini.