I’m getting NOTICE warning, what sould I do?
For for security reasons it’s advise to hide those types of warnings in your PHP configuration.
If cannot or do not know hot to configure you PHP server, then you can had this line in the beginning of your PHP code:
error_reporting(E_ALL ^ E_NOTICE);


695 Purchases
222 Comments