How to disable showing e_notices in xampp.Which coding part I have to change in following code.I want to disable e notices only not all errors.

error_reporting
;Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
;Development Value: E_ALL
;Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.